16 lines
386 B
Plaintext
16 lines
386 B
Plaintext
$NetBSD: patch-bootstrap.local,v 1.2 2013/09/10 11:22:30 wiz Exp $
|
|
|
|
Fix unportable test(1) construct.
|
|
|
|
--- bootstrap.local.orig 2013-03-11 08:25:34.000000000 +0000
|
|
+++ bootstrap.local
|
|
@@ -36,7 +36,7 @@ export PKG_CONFIG_PATH=$DIGIKAM_INSTALL_
|
|
#export CXX=g++4.4
|
|
|
|
# Manage local install dir
|
|
-if [ $CLEANROOT == 1 ]
|
|
+if [ $CLEANROOT = 1 ]
|
|
then
|
|
rm -Rf $DIGIKAM_INSTALL_PREFIX
|
|
fi
|