mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
@unexec rmdir needs %D in pathname.
Found by: bento
This commit is contained in:
parent
e09880f281
commit
b09f8b0b6d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=28997
@ -643,4 +643,4 @@ share/doc/python/tut/tut.html
|
||||
@dirrm share/doc/python/ext
|
||||
@dirrm share/doc/python/doc
|
||||
@dirrm share/doc/python/api
|
||||
@unexec rmdir share/doc/python 2>/dev/null || true
|
||||
@unexec rmdir %D/share/doc/python 2>/dev/null || true
|
||||
|
@ -5,4 +5,4 @@ share/doc/python/lib.pdf
|
||||
share/doc/python/mac.pdf
|
||||
share/doc/python/ref.pdf
|
||||
share/doc/python/tut.pdf
|
||||
@unexec rmdir share/doc/python 2>/dev/null || true
|
||||
@unexec rmdir %D/share/doc/python 2>/dev/null || true
|
||||
|
@ -5,4 +5,4 @@ share/doc/python/lib.pdf
|
||||
share/doc/python/mac.pdf
|
||||
share/doc/python/ref.pdf
|
||||
share/doc/python/tut.pdf
|
||||
@unexec rmdir share/doc/python 2>/dev/null || true
|
||||
@unexec rmdir %D/share/doc/python 2>/dev/null || true
|
||||
|
@ -6,4 +6,4 @@ share/doc/python/mac.ps
|
||||
share/doc/python/ref.ps
|
||||
share/doc/python/tut.ps
|
||||
share/doc/python/README
|
||||
@unexec rmdir share/doc/python 2>/dev/null || true
|
||||
@unexec rmdir %D/share/doc/python 2>/dev/null || true
|
||||
|
@ -6,4 +6,4 @@ share/doc/python/mac.ps
|
||||
share/doc/python/ref.ps
|
||||
share/doc/python/tut.ps
|
||||
share/doc/python/README
|
||||
@unexec rmdir share/doc/python 2>/dev/null || true
|
||||
@unexec rmdir %D/share/doc/python 2>/dev/null || true
|
||||
|
Loading…
Reference in New Issue
Block a user