diff options
author | nyamatongwe <unknown> | 2005-08-01 13:21:51 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2005-08-01 13:21:51 +0000 |
commit | fb19206276a514402c07587a30dd5b8d599b7fd9 (patch) | |
tree | 14621b544da37676949a3722582db30505b7a914 | |
parent | 5bb5d8da33d256c97934a4e82cad06572e3c8027 (diff) | |
download | scintilla-mirror-fb19206276a514402c07587a30dd5b8d599b7fd9.tar.gz |
Updated build scripts as tar has changed treatment of parameters in FC 4.
-rw-r--r-- | tgzsrc | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |