Skip to content
Snippets Groups Projects
Unverified Commit 40ee1180 authored by Kali Kaneko's avatar Kali Kaneko
Browse files

[pkg] fix debian file path

parent dba3da56
No related branches found
No related tags found
No related merge requests found
......@@ -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
# -----------------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment