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:
1
Makefile
1
Makefile
@ -94,3 +94,4 @@ package-rpm-stayrtr: prepare
|
|||||||
package/stayrtr.env=/etc/default/stayrtr \
|
package/stayrtr.env=/etc/default/stayrtr \
|
||||||
$(OUTPUT_RTRDUMP)=/usr/bin/rtrdump \
|
$(OUTPUT_RTRDUMP)=/usr/bin/rtrdump \
|
||||||
$(OUTPUT_RTRMON)=/usr/bin/rtrmon
|
$(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.
|
||||||
|
Reference in New Issue
Block a user