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
1 changed files with 1 additions and 1 deletions

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 $?;