Skip to content
This repository has been archived by the owner on Dec 31, 2020. It is now read-only.

Commit

Permalink
Fix buildpkg for osx.
Browse files Browse the repository at this point in the history
  • Loading branch information
castano committed Feb 15, 2017
1 parent d7612a3 commit 1762334
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions buildpkg
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ tar zcvf nvidia-texture-tools-`cat VERSION`.tar.gz \
--exclude '.*' --exclude debian --exclude '*~' --exclude buildpkg \
--exclude 'build-*' --exclude data --exclude tags --exclude Makefile \
--exclude 'doc' --exclude 'nvidia-texture-tools-*.tar.gz' \
--exclude 'extern/skylight' --exclude 'extern/FreeImage' \
--exclude 'extern/atitc' --exclude 'extern/glew' \
--exclude 'extern/gnuwin32' \
--exclude '*.user' -s ',^,nvidia-texture-tools/,' *
# --exclude '*.user' --transform 's,^,nvidia-texture-tools/,' *
# --exclude '*.user' *
Expand Down

0 comments on commit 1762334

Please sign in to comment.