summaryrefslogtreecommitdiff
path: root/source3/script
diff options
context:
space:
mode:
Diffstat (limited to 'source3/script')
-rwxr-xr-xsource3/script/uninstallman.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/script/uninstallman.sh b/source3/script/uninstallman.sh
index b6d2524ec7..873ca4f720 100755
--- a/source3/script/uninstallman.sh
+++ b/source3/script/uninstallman.sh
@@ -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