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:
parent
386a3bfd33
commit
5c0e31982e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user