Fix deb target

This commit is contained in:
Bastian Kleineidam 2014-06-27 21:50:28 +02:00
parent ff27a9fa92
commit dcb44927cc
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ doc/$(APPNAME).txt: doc/$(APPNAME).1
deb:
# build a debian package
[ -f $(DEBORIGFILE) ] || cp dist/$(ARCHIVE_SOURCE) $(DEBORIGFILE)
sed -i -e 's/VERSION_$(APPNAME):=.*/VERSION_$(LAPPNAME):=$(VERSION)/' $(DEBUILDDIR)/$(LAPPNAME).mak
sed -i -e 's/VERSION_$(APPNAME):=.*/VERSION_$(APPNAME):=$(VERSION)/' $(DEBUILDDIR)/$(APPNAME).mak
[ -d $(DEBPACKAGEDIR) ] || (cd $(DEBUILDDIR); \
patool extract $(DEBORIGFILE); \
cd $(CURDIR); \