summaryrefslogtreecommitdiff
path: root/source3/script/uninstallmodules.sh
diff options
context:
space:
mode:
authorLars Müller <lmuelle@samba.org>2006-03-08 21:20:43 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:11:08 -0500
commitf27228fc317ec8ad717beee18a0a193650addde9 (patch)
tree1fe69d6fc4b7603e898c065dcadfbbf5f9ac3c4d /source3/script/uninstallmodules.sh
parent763a2d7d8ec26adb1c642135618be321b26c7e1d (diff)
downloadsamba-f27228fc317ec8ad717beee18a0a193650addde9.tar.gz
samba-f27228fc317ec8ad717beee18a0a193650addde9.tar.bz2
samba-f27228fc317ec8ad717beee18a0a193650addde9.zip
r14052: Remove BASEDIR use in the Makefile. BASEDIR=prefix=@prefix@ till now.
I suggest to stay with ^BASEDIR= @prefix@$ for at least the next release to give external projects - like samba-vscan project - time to adopt this change. BASEDIR is non of the default autoconf variables. prefix is. Jerry1: If possible please announce this with the next release. I'll self reply to technical. Jerry2: This does not break your makepkg stuff as you set BASEDIR _not_ from the Makefile. (This used to be commit 730d5ec22948c579a81137051134657043c34415)
Diffstat (limited to 'source3/script/uninstallmodules.sh')
-rwxr-xr-xsource3/script/uninstallmodules.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/script/uninstallmodules.sh b/source3/script/uninstallmodules.sh
index 194435bda3..fc80565cb5 100755
--- a/source3/script/uninstallmodules.sh
+++ b/source3/script/uninstallmodules.sh
@@ -3,7 +3,7 @@
INSTALLPERMS=$1
DESTDIR=$2
-BASEDIR=`echo $3 | sed 's/\/\//\//g'`
+prefix=`echo $3 | sed 's/\/\//\//g'`
LIBDIR=`echo $4 | sed 's/\/\//\//g'`
shift
shift