diff options
author | Gerald Carter <jerry@samba.org> | 2003-10-06 19:24:39 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2003-10-06 19:24:39 +0000 |
commit | 03e7b224ec97f9a1da1ee818d05b9eadd7cf6de8 (patch) | |
tree | 69330699614dfb6608273b8a0e110ed5e41a8b06 /source3/script/uninstallman.sh | |
parent | 0c4547ec27f5277b37a9cf0fc133f029c1b5e3b1 (diff) | |
download | samba-03e7b224ec97f9a1da1ee818d05b9eadd7cf6de8.tar.gz samba-03e7b224ec97f9a1da1ee818d05b9eadd7cf6de8.tar.bz2 samba-03e7b224ec97f9a1da1ee818d05b9eadd7cf6de8.zip |
cosmetic fix when DESTDIR=/ (default)
(This used to be commit cf6ac7995adc8ac116fd8f678ab06d0f91b4fe94)
Diffstat (limited to 'source3/script/uninstallman.sh')
-rwxr-xr-x | source3/script/uninstallman.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/script/uninstallman.sh b/source3/script/uninstallman.sh index 3126709831..0fea11cd1b 100755 --- a/source3/script/uninstallman.sh +++ b/source3/script/uninstallman.sh @@ -6,7 +6,7 @@ # by Japanese edition's approach) -MANDIR=$1 +MANDIR=`echo $1 | sed 's/\/\//\//g'` SRCDIR=$2 langs=$3 |