aboutsummaryrefslogtreecommitdiffstats
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 ead184e..e24be4a 100644
--- a/Makefile
+++ b/Makefile
@@ -47,7 +47,7 @@ changelog:
cat changenew ChangeLog.old > ChangeLog
rm -f changenew
-rpm: ../$(NAME)-$(VERSION).tar.bz2
+rpm: $(NAME)-$(VERSION).tar.bz2
test -d $(RPM)/SOURCES && test -d $(RPM)/
cp -f ../$(NAME)-$(VERSION).tar.bz2 $(RPM)/SOURCES
-rpm -ba --clean --rmsource $(NAME).spec