2008-02-11 07:44:54 +00:00
|
|
|
#!/bin/sh
|
|
|
|
|
|
|
|
tar zcvf nvidia-texture-tools-`cat VERSION`.tar.gz \
|
|
|
|
--exclude '.*' --exclude debian --exclude '*~' --exclude buildpkg \
|
2009-03-02 07:01:06 +00:00
|
|
|
--exclude 'build-*' --exclude data --exclude tags --exclude Makefile \
|
2016-09-19 19:53:33 +00:00
|
|
|
--exclude 'doc' --exclude 'nvidia-texture-tools-*.tar.gz' \
|
|
|
|
--exclude '*.user' -s ',^,nvidia-texture-tools/,' *
|
|
|
|
# --exclude '*.user' --transform 's,^,nvidia-texture-tools/,' *
|
|
|
|
# --exclude '*.user' *
|
|
|
|
|