1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00

Now uninstalls man pages from correct source location.

Fix by Andrej Borsenkow <borsenkow.msk@sni.de>
(This used to be commit 5c0e31982e)
This commit is contained in:
Tim Potter 1998-11-27 21:32:08 +00:00
parent b90966d85b
commit 9ebe82cd5c

View File

@ -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