Now uninstalls man pages from correct source location.
authorTim Potter <tpot@samba.org>
Fri, 27 Nov 1998 21:32:08 +0000 (21:32 +0000)
committerTim Potter <tpot@samba.org>
Fri, 27 Nov 1998 21:32:08 +0000 (21:32 +0000)
Fix by Andrej Borsenkow <borsenkow.msk@sni.de>
(This used to be commit 5c0e31982e8eb1c93bc77925e59be65798f2dbad)

source3/script/uninstallman.sh

index b6d2524ec7766c272aa2ea4427a3f98c0e9a4bf1..873ca4f7208527a8c74efd18403f80ef76359cb4 100755 (executable)
@@ -8,7 +8,7 @@ echo Uninstalling man pages from $MANDIR
 
 for sect in 1 5 7 8 ; do
   for m in $MANDIR/man$sect ; do
-    for s in $SRCDIR/../docs/*$sect; do
+    for s in $SRCDIR/../docs/manpages/*$sect; do
       FNAME=$m/`basename $s`
       if test -f $FNAME; then
         echo Deleting $FNAME