summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 27b9a6c..aafa42a 100755
--- a/Makefile
+++ b/Makefile
@@ -63,8 +63,8 @@ deb-src: clean
dpkg-source -b -I.git -Iresult .
$(DISTROS): deb-src
- sudo pbuilder build --basetgz /var/cache/pbuilder/$@.tgz --buildresult result/$@ ../whiteboard_$(VERSION).dsc
- debsign result/$@/whiteboard_$(VERSION)_amd64.changes
+ sudo pbuilder build --basetgz /var/cache/pbuilder/$@.tgz --buildresult result/$@ ../$(PROJECTNAME)_$(VERSION).dsc
+ debsign result/$@/$(PROJECTNAME)_$(VERSION)_amd64.changes
DISTFILES=$(shell git ls-files 2>/dev/null)