summaryrefslogtreecommitdiffstats
path: root/testdisk
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2009-05-30 22:55:06 +0000
committer Eric Hameleers <alien@slackware.com>2009-05-30 22:55:06 +0000
commit0227c2f723dd05a9fd7d5c81c447741f8f3c3cf7 (patch)
treef83e736b71353104a3e6e094fb6b6047930202f1 /testdisk
parente4507577009ed153f37a38e760f0938cd585fc1e (diff)
downloadasb-0227c2f723dd05a9fd7d5c81c447741f8f3c3cf7.tar.gz
asb-0227c2f723dd05a9fd7d5c81c447741f8f3c3cf7.tar.xz
The USEQT value must not be empty if we want to skip building a gui
Diffstat (limited to 'testdisk')
-rwxr-xr-xtestdisk/build/testdisk.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/testdisk/build/testdisk.SlackBuild b/testdisk/build/testdisk.SlackBuild
index b5259a41..97181069 100755
--- a/testdisk/build/testdisk.SlackBuild
+++ b/testdisk/build/testdisk.SlackBuild
@@ -139,11 +139,11 @@ chmod -R u+w,go+r-w,a-s .
echo Building ...
# Build the Qt interface for photorec if Qt is found on the system.
-# You can still override this by running: USEQT="" ./testdisk.SlackBuild
+# You can still override this by running: USEQT=" " ./testdisk.SlackBuild
if which qtconfig 1>/dev/null2>&1 ; then
USEQT=${USEQT:-"--enable-qt"}
else
- USEQT=${USEQT:-""}
+ USEQT=${USEQT:-" "}
fi
LDFLAGS="$SLKLDFLAGS" \
CXXFLAGS="$SLKCFLAGS" \