From 9ba1c7f1626f4278cef1c64e01584098f997e139 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Mon, 5 Aug 2019 13:51:19 +0100 Subject: [PATCH] build: tweak the location of the /usr/bin script --- build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build b/build index 73f4353..bfec515 100755 --- a/build +++ b/build @@ -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 $?;