aboutsummaryrefslogtreecommitdiffstats
path: root/sys-apps/shepherd/shepherd-0.8.0.ebuild
diff options
context:
space:
mode:
authorWynn Wolf Arbor2020-04-23 16:16:55 +0200
committerWynn Wolf Arbor2020-04-23 16:16:55 +0200
commit428fddad58b7f06e89c212b69712074a55f2925d (patch)
tree0c96e1dccf8e12454cdf54e868b732e6f119061c /sys-apps/shepherd/shepherd-0.8.0.ebuild
parente46c9240db60a47a28a116b15db804b5f9a96232 (diff)
downloadpramantha-428fddad58b7f06e89c212b69712074a55f2925d.tar.gz
sys-apps/shepherd: Bump to 0.8.0
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Diffstat (limited to '')
-rw-r--r--sys-apps/shepherd/shepherd-0.8.0.ebuild (renamed from sys-apps/shepherd/shepherd-0.7.0.ebuild)3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys-apps/shepherd/shepherd-0.7.0.ebuild b/sys-apps/shepherd/shepherd-0.8.0.ebuild
index 8ee6d79..4954722 100644
--- a/sys-apps/shepherd/shepherd-0.7.0.ebuild
+++ b/sys-apps/shepherd/shepherd-0.8.0.ebuild
@@ -17,7 +17,10 @@ RDEPEND="$DEPEND"
src_install() {
default
+ # shepherd tries to install halt and reboot, along with their manpages
rm -r "${D}/usr/sbin" || die
rm -r "${D}/usr/share/man/man8" || die
+
+ # this will prevent the creation of an empty directory in /var
rm -r "${D}/var" || die
}