diff options
author | wiz <wiz@pkgsrc.org> | 2002-10-20 01:53:59 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-10-20 01:53:59 +0000 |
commit | b7bd75a16798836845b72cf37f81671675fa6917 (patch) | |
tree | 09e9c92976506d1b88dde2c62f546201e6f53370 | |
parent | ccb87086a2a0b49248e95c3626484506474851bb (diff) | |
download | pkgsrc-b7bd75a16798836845b72cf37f81671675fa6917.tar.gz |
Redirect RMDIR error to /dev/null.
-rw-r--r-- | devel/autoconf/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/autoconf/PLIST b/devel/autoconf/PLIST index 31c32b825a4..89e6764db1a 100644 --- a/devel/autoconf/PLIST +++ b/devel/autoconf/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2002/10/03 19:30:58 wiz Exp $ +@comment $NetBSD: PLIST,v 1.4 2002/10/20 01:53:59 wiz Exp $ bin/autoconf bin/autoheader bin/autom4te @@ -62,4 +62,4 @@ share/autoconf/m4sugar/version.m4 @dirrm share/autoconf/autoscan @dirrm share/autoconf/autoconf @dirrm share/autoconf/Autom4te -@unexec ${RMDIR} %D/share/autoconf 2>&1 || ${TRUE} +@unexec ${RMDIR} %D/share/autoconf > /dev/null 2>&1 || ${TRUE} |