diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-05-30 21:02:09 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-05-30 21:02:09 +0000 |
commit | b09f8b0b6dabb02d31bb4d77dc50ec5e7620483e (patch) | |
tree | 6047eaef4854cb5f54a9e7fde4c652a85c2d30ae /lang/python-doc-html | |
parent | e09880f2818237f819ab23b178b8fe782e90b1c7 (diff) |
@unexec rmdir needs %D in pathname.
Found by: bento
Notes
Notes:
svn path=/head/; revision=28997
Diffstat (limited to 'lang/python-doc-html')
-rw-r--r-- | lang/python-doc-html/pkg-plist_html | 2 | ||||
-rw-r--r-- | lang/python-doc-html/pkg-plist_pdf-a4 | 2 | ||||
-rw-r--r-- | lang/python-doc-html/pkg-plist_pdf-letter | 2 | ||||
-rw-r--r-- | lang/python-doc-html/pkg-plist_postscript-a4 | 2 | ||||
-rw-r--r-- | lang/python-doc-html/pkg-plist_postscript-letter | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/lang/python-doc-html/pkg-plist_html b/lang/python-doc-html/pkg-plist_html index 386bc1710cde..47bd1822cecc 100644 --- a/lang/python-doc-html/pkg-plist_html +++ b/lang/python-doc-html/pkg-plist_html @@ -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 diff --git a/lang/python-doc-html/pkg-plist_pdf-a4 b/lang/python-doc-html/pkg-plist_pdf-a4 index a7c4934d9648..2c058962489e 100644 --- a/lang/python-doc-html/pkg-plist_pdf-a4 +++ b/lang/python-doc-html/pkg-plist_pdf-a4 @@ -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 diff --git a/lang/python-doc-html/pkg-plist_pdf-letter b/lang/python-doc-html/pkg-plist_pdf-letter index a7c4934d9648..2c058962489e 100644 --- a/lang/python-doc-html/pkg-plist_pdf-letter +++ b/lang/python-doc-html/pkg-plist_pdf-letter @@ -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 diff --git a/lang/python-doc-html/pkg-plist_postscript-a4 b/lang/python-doc-html/pkg-plist_postscript-a4 index 4d745759267a..3b704d57782b 100644 --- a/lang/python-doc-html/pkg-plist_postscript-a4 +++ b/lang/python-doc-html/pkg-plist_postscript-a4 @@ -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 diff --git a/lang/python-doc-html/pkg-plist_postscript-letter b/lang/python-doc-html/pkg-plist_postscript-letter index 4d745759267a..3b704d57782b 100644 --- a/lang/python-doc-html/pkg-plist_postscript-letter +++ b/lang/python-doc-html/pkg-plist_postscript-letter @@ -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 |