summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2023-02-19 21:32:51 +0100
committerRoland Reichwein <mail@reichwein.it>2023-02-19 21:32:51 +0100
commitec58e210ef0d4326ce7273d5240757bd1bf570db (patch)
tree5fcc96dde941e0df69c648b281969911ca2d4160 /Makefile
parent696a4d0be421d992f7311606f69708d3ac186658 (diff)
Minor build automation
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)