comparison build.sh @ 16:8f564c559416

Exclude some local stuff
author Ivo Smits <Ivo@UCIS.nl>
date Sun, 27 Feb 2011 20:41:23 +0100
parents d9dfeeaff7e8
children c9fba5007577
comparison
equal deleted inserted replaced
15:1fa5b5fa49e1 16:8f564c559416
15 echo Cleaning up... 15 echo Cleaning up...
16 rm -rf out/ obj/ tmp/ 16 rm -rf out/ obj/ tmp/
17 17
18 mkdir -p out 18 mkdir -p out
19 echo Creating source archive... 19 echo Creating source archive...
20 $tar --transform "s,^\.,quicktun-`cat version`," -czf "out/quicktun-`cat version`.tgz" . --exclude "./out" --exclude "./lib" --exclude "./debian/data" 20 $tar --transform "s,^\.,quicktun-`cat version`," -czf "out/quicktun-`cat version`.tgz" . --exclude "./out" --exclude "./lib" --exclude "./debian/data" --exclude "./dist.sh"
21 21
22 mkdir -p obj tmp lib 22 mkdir -p obj tmp lib
23 23
24 echo Checking for NaCl library... 24 echo Checking for NaCl library...
25 if [ ! -e lib/libnacl.a ]; then 25 if [ ! -e lib/libnacl.a ]; then