From f1e2e0114288e9d9637f9b7967252bef8a437f9c Mon Sep 17 00:00:00 2001 From: sezanzeb Date: Sun, 7 Feb 2021 00:07:08 +0100 Subject: [PATCH] update build.sh --- scripts/build.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scripts/build.sh b/scripts/build.sh index fafb744e..686cf96f 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -3,16 +3,17 @@ build_deb() { # https://www.devdungeon.com/content/debian-package-tutorial-dpkgdeb # that was really easy actually - rm build dist -r + rm build -r mkdir build/deb -p python3 setup.py install --root=build/deb mv build/deb/usr/local/lib/python3.*/ build/deb/usr/lib/python3/ cp ./DEBIAN build/deb/ -r mkdir dist -p + rm dist/key-mapper-0.6.1.deb || true dpkg -b build/deb dist/key-mapper-0.6.1.deb } build_deb & # add more build targets here -wait +wait \ No newline at end of file