Fix deb target
This commit is contained in:
parent
ff27a9fa92
commit
dcb44927cc
2
Makefile
2
Makefile
|
@ -129,7 +129,7 @@ doc/$(APPNAME).txt: doc/$(APPNAME).1
|
||||||
deb:
|
deb:
|
||||||
# build a debian package
|
# build a debian package
|
||||||
[ -f $(DEBORIGFILE) ] || cp dist/$(ARCHIVE_SOURCE) $(DEBORIGFILE)
|
[ -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); \
|
[ -d $(DEBPACKAGEDIR) ] || (cd $(DEBUILDDIR); \
|
||||||
patool extract $(DEBORIGFILE); \
|
patool extract $(DEBORIGFILE); \
|
||||||
cd $(CURDIR); \
|
cd $(CURDIR); \
|
||||||
|
|
Loading…
Reference in New Issue