diff options
author | Christian Starkjohann <cs+github@obdev.at> | 2008-10-20 16:15:15 +0000 |
---|---|---|
committer | Christian Starkjohann <cs+github@obdev.at> | 2008-10-20 16:15:15 +0000 |
commit | 715ce671e0db221ab4f31674b21c3b3f489adef1 (patch) | |
tree | 4b7328a3d98f5df088091abfcf98b8cd25727be0 | |
parent | 2b8735a2de7435ba089a91ea9309aa2c20a7600f (diff) | |
download | v-usb-715ce671e0db221ab4f31674b21c3b3f489adef1.tar.gz v-usb-715ce671e0db221ab4f31674b21c3b3f489adef1.tar.bz2 v-usb-715ce671e0db221ab4f31674b21c3b3f489adef1.zip |
- ensure that drivertest is not shipped
-rwxr-xr-x | mkdist.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -126,6 +126,7 @@ find . -mindepth 2 -name 'make-files.sh' -execdir ./make-files.sh \; # Remove unnecessary files from distribution and create archive #------------------------------------------------------------------- +rm -rf examples/drivertest find . -name '.svn' -prune -exec rm -rf '{}' \; # remove SVN files find . -name 'make-files.sh' -exec rm '{}' \; # remove helper scripts rm -f mkdist.sh make-files.sh |