aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <unknown>2005-08-01 13:21:51 +0000
committernyamatongwe <unknown>2005-08-01 13:21:51 +0000
commitfb19206276a514402c07587a30dd5b8d599b7fd9 (patch)
tree14621b544da37676949a3722582db30505b7a914
parent5bb5d8da33d256c97934a4e82cad06572e3c8027 (diff)
downloadscintilla-mirror-fb19206276a514402c07587a30dd5b8d599b7fd9.tar.gz
Updated build scripts as tar has changed treatment of parameters in FC 4.
-rw-r--r--tgzsrc3
1 files changed, 1 insertions, 2 deletions
diff --git a/tgzsrc b/tgzsrc
index e4a599203..a4d4ee084 100644
--- a/tgzsrc
+++ b/tgzsrc
@@ -1,5 +1,4 @@
cd ..
rm -f scintilla.tgz
-tar --create scintilla/* \
- --exclude=*.o --exclude=*.obj --exclude=*.dll --exclude=*.exe --exclude=*.a \
+tar --create --exclude \*.o --exclude \*.obj --exclude \*.dll --exclude \*.exe --exclude \*.a scintilla/* \
| gzip -c >scintilla.tgz