mirror of
https://github.com/samba-team/samba.git
synced 2025-08-02 00:22:11 +03:00
Now uninstalls man pages from correct source location.
Fix by Andrej Borsenkow <borsenkow.msk@sni.de>
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user