Add script to build source package.
This commit is contained in:
parent
f5ec1dd366
commit
ccd9e86d54
7
buildpkg
Executable file
7
buildpkg
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
tar zcvf nvidia-texture-tools-`cat VERSION`.tar.gz \
|
||||
--exclude '.*' --exclude debian --exclude '*~' --exclude buildpkg \
|
||||
--exclude build --exclude data --exclude tags --exclude Makefile \
|
||||
--exclude 'nvidia-texture-tools-*.tar.gz' \
|
||||
--transform 's,^,nvidia-texture-tools/,' *
|
Loading…
Reference in New Issue
Block a user