1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

Now uninstalls man pages from correct source location.

Fix by Andrej Borsenkow <borsenkow.msk@sni.de>
This commit is contained in:
Tim Potter 0001-01-01 00:00:00 +00:00
parent 386a3bfd33
commit 5c0e31982e

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