1
0
mirror of https://github.com/bgp/stayrtr.git synced 2024-05-06 15:54:54 +00:00

Fix RPM packages not being put in the artifact directories

Seemingly a FPM bug? I poked around in FPM for a while and /could
not/ get it to actually use --package at all, nor it's little -P.

So a quite move back into place should solve it instead.

Mildly Related Tag: https://github.com/bgp/stayrtr/issues/58
This commit is contained in:
Ben Cartwright-Cox
2023-01-23 14:39:27 +00:00
parent b165bfeac8
commit 8198b3a2ec

View File

@ -94,3 +94,4 @@ package-rpm-stayrtr: prepare
package/stayrtr.env=/etc/default/stayrtr \
$(OUTPUT_RTRDUMP)=/usr/bin/rtrdump \
$(OUTPUT_RTRMON)=/usr/bin/rtrmon
mv *.rpm dist/ # It's unclear why we need to do this, but i assume it's a FPM bug.