diff options
author | Alfred Perlstein <alfred@FreeBSD.org> | 2004-12-16 18:51:14 +0000 |
---|---|---|
committer | Alfred Perlstein <alfred@FreeBSD.org> | 2004-12-16 18:51:14 +0000 |
commit | 3aaf8e8ba0b3dd3ab5debb0196a5c80267dfc11e (patch) | |
tree | df5063e346ef6d3f1dffdb249e7569bd5782247c /irc | |
parent | Fix breakage on amd64. (diff) |
/usr/local/share/cows is usually not empty because a prerequesite of
this port installs file in there. So replace the @dirrm with
"@unexec rmdir %D/share/cows 2>/dev/null || true" as other ports
do. I don't like this, but I don't know what else would work,
it would be nice if this "feature" was implemented as a builtin
to the package system.
Suggested by: kkenn
Tested by: Gilad Rom
Notes
Notes:
svn path=/head/; revision=124223
Diffstat (limited to 'irc')
-rw-r--r-- | irc/insub/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/insub/pkg-plist b/irc/insub/pkg-plist index 03e906d3fece..c362745a3969 100644 --- a/irc/insub/pkg-plist +++ b/irc/insub/pkg-plist @@ -58,5 +58,5 @@ share/cows/wtf-pony.cow share/cows/wtf.cow share/cows/wtf2.cow share/cows/zig.cow -@dirrm share/cows +@unexec rmdir %D/share/cows 2>/dev/null || true share/irssi/scripts/insub.pl |