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:
parent
b90966d85b
commit
9ebe82cd5c
@ -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