From 40ee11806c47d4e4aa5d39d684ae1855ddff4896 Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Tue, 19 Mar 2019 20:53:47 +0100 Subject: [pkg] fix debian file path --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 # ----------------------------------------------------------------------------- -- cgit v1.2.3