diff options
author | nyamatongwe <devnull@localhost> | 2005-08-01 13:21:51 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2005-08-01 13:21:51 +0000 |
commit | bea2c044e4bcdf266d207e1ebf24b3d776dffa6c (patch) | |
tree | 14621b544da37676949a3722582db30505b7a914 | |
parent | 011a15563ea47cec4ba9dea84ee54b09f3f49e35 (diff) | |
download | scintilla-mirror-rel-1-65.tar.gz |
Updated build scripts as tar has changed treatment of parameters in FC 4.rel-1-65
-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 |