summaryrefslogtreecommitdiff
path: root/scripts/release-linux.sh
diff options
context:
space:
mode:
authorMarius Kintel <marius@kintel.net>2011-04-28 21:36:56 (GMT)
committerMarius Kintel <marius@kintel.net>2011-04-28 21:36:56 (GMT)
commit2f740380dc407a51cff74273810104f9e21025fe (patch)
tree82d1e0bb079be1a42a445298608667ba810eb6ae /scripts/release-linux.sh
parentd24b3cc84d0701a5423925765e515db7df9614c5 (diff)
parenteb16c3ea5623f6d3745f8ea0ddba889e75e37bf1 (diff)
Merged with master
Diffstat (limited to 'scripts/release-linux.sh')
-rwxr-xr-xscripts/release-linux.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/release-linux.sh b/scripts/release-linux.sh
index 8f532e0..e576faa 100755
--- a/scripts/release-linux.sh
+++ b/scripts/release-linux.sh
@@ -2,7 +2,7 @@
# WARNING: This script might only work with the authors setup...
VERSION=`date "+%Y.%m.%d"`
-#VERSION=2010.05
+#VERSION=2011.04
set -ex
@@ -30,8 +30,8 @@ gcc -o chrpath_linux scripts/chrpath_linux.c
./chrpath_linux -d release/lib/openscad/openscad
ldd openscad | sed -re 's,.* => ,,; s,[\t ].*,,;' -e '/Qt|boost/ { p; d; };' \
- -e '/lib(audio|CGAL|GLEW|opencsg|png)\.so/ { p; d; };' \
- -e 'd;' | xargs cp -vt release/lib/openscad/
+ -e '/lib(audio|CGAL|GLEW|opencsg|png|gmp|gmpxx|mpfr)\.so/ { p; d; };' \
+ -e 'd;' | xargs cp -vt release/lib/openscad/
strip release/lib/openscad/*
cat > release/install.sh << "EOT"
contact: Jan Huwald // Impressum