summaryrefslogtreecommitdiff
path: root/nautilus-installer/src/create-eazel-installer.sh
diff options
context:
space:
mode:
Diffstat (limited to 'nautilus-installer/src/create-eazel-installer.sh')
-rw-r--r--nautilus-installer/src/create-eazel-installer.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/nautilus-installer/src/create-eazel-installer.sh b/nautilus-installer/src/create-eazel-installer.sh
index 68bb5755c..8e10e9d33 100644
--- a/nautilus-installer/src/create-eazel-installer.sh
+++ b/nautilus-installer/src/create-eazel-installer.sh
@@ -1,14 +1,15 @@
#!/bin/sh
+cp eazel-installer hest
+
echo $CFLAGS | grep -q "DEBUG"
if [ $? != 0 ]; then
echo "* Stripping"
- strip eazel-installer
+ strip hest
fi
echo "* Packing"
-cp eazel-installer hest
gzexe hest
echo "* Patching"