summaryrefslogtreecommitdiffstats
path: root/build.sh
diff options
context:
space:
mode:
authorJakob Borg <jakob@nym.se>2014-02-01 20:23:02 +0100
committerJakob Borg <jakob@nym.se>2014-02-01 20:23:02 +0100
commit71def3a9708950390e3c2616cd3acca388e68f7b (patch)
tree724477135bad70170ee1b27c27a2c3804077d452 /build.sh
parent13854250b31e46d39b71846fa40482fd495d2403 (diff)
Don't include resource fork crap in builds (fixes #48)
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index 95eb418519..f11232112d 100755
--- a/build.sh
+++ b/build.sh
@@ -1,5 +1,7 @@
#!/bin/bash
+export COPYFILE_DISABLE=true
+
version=$(git describe --always)
buildDir=dist