aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2005-08-01 13:21:51 +0000
committernyamatongwe <devnull@localhost>2005-08-01 13:21:51 +0000
commitbea2c044e4bcdf266d207e1ebf24b3d776dffa6c (patch)
tree14621b544da37676949a3722582db30505b7a914
parent011a15563ea47cec4ba9dea84ee54b09f3f49e35 (diff)
downloadscintilla-mirror-bea2c044e4bcdf266d207e1ebf24b3d776dffa6c.tar.gz
Updated build scripts as tar has changed treatment of parameters in FC 4.rel-1-65
-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