Skip to content

Instantly share code, notes, and snippets.

@ajorg
Created January 4, 2011 18:19
Show Gist options
  • Save ajorg/765159 to your computer and use it in GitHub Desktop.
Save ajorg/765159 to your computer and use it in GitHub Desktop.
diff --git a/Makefile.in b/Makefile.in
index 37539e1..78a21ba 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -10,6 +10,6 @@ dist:
list='$(EXTRA_DIST)'; for s in $$list; do \
(cp $(topdir)$$s fsharp-$(DISTVERSION)/$$s) \
done;
- tar cvjf fsharp-$(DISTVERSION).tar.bz2 -C fsharp-$(DISTVERSION) $(patsubst %,--exclude=%, $(NO_DIST)) .
+ tar cvjf fsharp-$(DISTVERSION).tar.bz2 $(patsubst %,--exclude=%, $(NO_DIST)) fsharp-$(DISTVERSION)
du -b fsharp-$(DISTVERSION).tar.bz2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment