1
0
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:
Satoshi Asami 2000-05-30 21:02:09 +00:00
parent e09880f281
commit b09f8b0b6d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=28997
5 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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