From dba3da56dbe046bdb881e96c61752a49b5179784 Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Tue, 19 Mar 2019 20:37:04 +0100 Subject: [pkg] fix debian file path --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a783e44..b877723 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 dpkg-parsechangelog -SVersion)_*.deb dist/ + cp build/$(APPNAME)_$(shell echo ${VERSION} | cut -d '-' -f 1-2)_*.deb dist/ git checkout -- debian/changelog # ----------------------------------------------------------------------------- -- cgit v1.2.3