diff options
author | Neil Hodgson <unknown> | 2020-01-19 08:33:09 +1100 |
---|---|---|
committer | Neil Hodgson <unknown> | 2020-01-19 08:33:09 +1100 |
commit | 57563f13432ce3e8b38fdd702cba976c6489d584 (patch) | |
tree | 3ba7deaf8244ccdf4ccbee66e1e1d156207a1b68 | |
parent | fee5be85a2e9778165e1fd671528c37e7d00c40d (diff) | |
download | scintilla-mirror-57563f13432ce3e8b38fdd702cba976c6489d584.tar.gz |
Don't include lexilla.so in source archive.
-rw-r--r-- | tgzsrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ cd .. rm -f scintilla.tgz -tar --create --exclude \*.o --exclude \*.obj --exclude \*.dll --exclude \*.exe --exclude \*.a scintilla/* \ +tar --create --exclude \*.o --exclude \*.obj --exclude \*.dll --exclude \*.so --exclude \*.exe --exclude \*.a scintilla/* \ | gzip -c >scintilla.tgz |