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 c3adc353..61ce8370 100644
--- a/Makefile
+++ b/Makefile
@@ -152,7 +152,7 @@ archive: clean
mageiadist: clean
# Make a tarball for all the bits which are unlikely to change
- @git archive --format=tar --prefix=initscripts-$(VERSION)/ $(git rev-parse HEAD) ':po-mageia' ':man-mageia' > initscripts-$(VERSION)-mageia.tar
+ @git archive --format=tar $$(git rev-parse HEAD) ':po-mageia' ':man-mageia' > initscripts-$(VERSION)-mageia.tar
@mkdir -p initscripts-$(VERSION)/
@tar --append -f initscripts-$(VERSION)-mageia.tar initscripts-$(VERSION)
@xz -f -5 initscripts-$(VERSION)-mageia.tar