Fix deb dir.
This commit is contained in:
parent
5148087d6e
commit
9c27e0f538
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -11,7 +11,7 @@ ARCHIVE_WIN32:=$(LAPPNAME)-$(VERSION).exe
|
|||
GITUSER:=wummel
|
||||
GITREPO:=$(LAPPNAME)
|
||||
HOMEPAGE:=$(HOME)/public_html/$(LAPPNAME).git
|
||||
DEBUILDDIR:=$(HOME)/projects/debian/unofficial
|
||||
DEBUILDDIR:=$(HOME)/projects/debian/official
|
||||
DEBORIGFILE:=$(DEBUILDDIR)/$(LAPPNAME)_$(VERSION).orig.tar.gz
|
||||
DEBPACKAGEDIR:=$(DEBUILDDIR)/$(LAPPNAME)-$(VERSION)
|
||||
PY_FILES_DIRS := dosage dosagelib scripts tests
|
||||
|
|
Loading…
Reference in a new issue