From d0ac53e98ce04bbac59956409b50d4578408bfe2 Mon Sep 17 00:00:00 2001 From: mario Date: Sun, 3 Mar 2013 02:02:50 -0600 Subject: system/xen: kill obsolete udev rules Added patch to remove some obsolete udev rules that kept flooding syslog. Script now keeps ps/pdf docs in case they get built, if user has prerequisites.. Signed-off-by: Robby Workman --- system/xen/xen.SlackBuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'system/xen/xen.SlackBuild') diff --git a/system/xen/xen.SlackBuild b/system/xen/xen.SlackBuild index 7a6f4059d5..d9fcaf51b7 100644 --- a/system/xen/xen.SlackBuild +++ b/system/xen/xen.SlackBuild @@ -80,6 +80,7 @@ find . \ # Fix some stupid things patch -p1 <$CWD/patches/configuration_goes_to_system_etc.diff patch -p1 <$CWD/patches/symlinks_instead_of_hardlinks.diff +patch -p1 <$CWD/patches/remove_obsolete_udev_rules.diff # Let's not download stuff during the build... patch -p1 <$CWD/patches/use_already_present_ipxe.diff @@ -139,7 +140,9 @@ mkdir -p $PKG/lib/udev/rules.d mv $PKG/etc/udev/rules.d/xen*.rules $PKG/lib/udev/rules.d/ # Remove empty directories -rmdir $PKG/etc/{rc.d/init.d,udev/rules.d,udev} $PKG/usr/doc/$PRGNAM-$VERSION/{pdf,ps} +rmdir $PKG/etc/{rc.d/init.d,udev/rules.d,udev} +# Only if they are really empty +rmdir --ignore-fail-on-non-empty $PKG/usr/doc/$PRGNAM-$VERSION/{pdf,ps} # Append .new to config files for i in $PKG/etc/xen/{*.conf,*.sxp,*.xml} ; do mv $i $i.new ; done -- cgit v1.2.3-65-gdbad