summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2019-03-19 20:53:47 +0100
committerKali Kaneko (leap communications) <kali@leap.se>2019-03-19 20:53:47 +0100
commit40ee11806c47d4e4aa5d39d684ae1855ddff4896 (patch)
tree97f097746f3aed759491f10f9a575b67bde2cacb
parentdba3da56dbe046bdb881e96c61752a49b5179784 (diff)
[pkg] fix debian file path
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b877723..85a4d8f 100755
--- a/Makefile
+++ b/Makefile
@@ -127,7 +127,7 @@ build_deb: tgz
cd build && tar xzf $(APPNAME)_$(shell echo ${VERSION} | cut -d '-' -f 1-2).orig.tar.gz
cp -r debian/ build/$(APPNAME)-$(VERSION)/
cd build/$(APPNAME)-$(VERSION) && debuild -us -uc
- cp build/$(APPNAME)_$(shell echo ${VERSION} | cut -d '-' -f 1-2)_*.deb dist/
+ cp build/*.deb dist/
git checkout -- debian/changelog
# -----------------------------------------------------------------------------