1
0
Fork 0
mirror of https://github.com/sbrl/PolyFeed.git synced 2024-06-26 09:34:55 +00:00

build: tweak the location of the /usr/bin script

This commit is contained in:
Starbeamrainbowlabs 2019-08-05 13:51:19 +01:00
parent c85849ad7f
commit 9ba1c7f162
Signed by: sbrl
GPG key ID: 1BE5172E637709C2

2
build
View file

@ -82,7 +82,7 @@ task_package() {
--url "https://github.com/sbrl/PolyFeed" \
--depends mono-runtime \
PolyFeed/bin/polyfeed=/usr/lib \
polyfeed=/usr/bin;
polyfeed=/usr/bin/polyfeed;
execute rm -r PolyFeed/bin/polyfeed;
execute dpkg -c *.deb; # We don't know it's name :P
task_end $?;