aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8e163dc8c..e38cea785 100644
--- a/Makefile
+++ b/Makefile
@@ -330,7 +330,7 @@ $(tarball_name):
$(MAKE) -C $(RELNAME) templates
$(MAKE) -C $(RELNAME) wrappers
tar cvzf $(tarball_name) $(RELNAME)
- -rm -rf $(fullname)
+ -rm -rf $(RELNAME)
.PHONY: deb
deb_name:=$(shell grep ^Package debian/control | cut -d' ' -f2 | head -n 1)