mirror of
https://github.com/sbrl/PolyFeed.git
synced 2024-11-22 06:23:02 +00:00
build: tweak the location of the /usr/bin script
This commit is contained in:
parent
c85849ad7f
commit
9ba1c7f162
1 changed files with 1 additions and 1 deletions
2
build
2
build
|
@ -82,7 +82,7 @@ task_package() {
|
||||||
--url "https://github.com/sbrl/PolyFeed" \
|
--url "https://github.com/sbrl/PolyFeed" \
|
||||||
--depends mono-runtime \
|
--depends mono-runtime \
|
||||||
PolyFeed/bin/polyfeed=/usr/lib \
|
PolyFeed/bin/polyfeed=/usr/lib \
|
||||||
polyfeed=/usr/bin;
|
polyfeed=/usr/bin/polyfeed;
|
||||||
execute rm -r PolyFeed/bin/polyfeed;
|
execute rm -r PolyFeed/bin/polyfeed;
|
||||||
execute dpkg -c *.deb; # We don't know it's name :P
|
execute dpkg -c *.deb; # We don't know it's name :P
|
||||||
task_end $?;
|
task_end $?;
|
||||||
|
|
Loading…
Reference in a new issue