summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-01-11 18:44:56 +0000
committerMike Frysinger <vapier@gentoo.org>2005-01-11 18:44:56 +0000
commit8328a48dffbea0b68454130783d27574f1f44b3c (patch)
tree384f70ca99fe0f384833dc3fdefac789d0fbeec9 /sys-fs
parentMask ipsec-tools-0.5_rc1, see bug #77369 (diff)
downloadhistorical-8328a48dffbea0b68454130783d27574f1f44b3c.tar.gz
historical-8328a48dffbea0b68454130783d27574f1f44b3c.tar.bz2
historical-8328a48dffbea0b68454130783d27574f1f44b3c.zip
make sure rm fails if it doesnt delete the binaries
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/progsreiserfs/progsreiserfs-0.3.1_rc8.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/progsreiserfs/progsreiserfs-0.3.1_rc8.ebuild b/sys-fs/progsreiserfs/progsreiserfs-0.3.1_rc8.ebuild
index 922301e842f3..13408503ab3e 100644
--- a/sys-fs/progsreiserfs/progsreiserfs-0.3.1_rc8.ebuild
+++ b/sys-fs/progsreiserfs/progsreiserfs-0.3.1_rc8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/progsreiserfs/progsreiserfs-0.3.1_rc8.ebuild,v 1.3 2005/01/10 02:49:50 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/progsreiserfs/progsreiserfs-0.3.1_rc8.ebuild,v 1.4 2005/01/11 18:44:56 vapier Exp $
inherit libtool flag-o-matic
@@ -39,7 +39,7 @@ src_compile() {
src_install() {
make install DESTDIR="${D}" || die "Install failed"
# Make sure users only use the official namesys binaries
- rm -r "${D}"/usr/{sbin,share/man}
+ rm -r "${D}"/usr/{sbin,share/man} || die "cant punt the cruft"
dodoc AUTHORS BUGS ChangeLog NEWS README THANKS TODO
docinto demos