Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=d7bdfd360cf243610b177b8a5e4e9d9fca12109b

commit d7bdfd360cf243610b177b8a5e4e9d9fca12109b
Author: bouleetbil <bouleet...@frogdev.info>
Date:   Mon Apr 4 12:56:31 2011 +0200

plymouth-0.8.4-3-x86_64
*add tmpfiles.d config to enable /var/run directory on tmpfs

diff --git a/source/xapps-extra/plymouth/FrugalBuild 
b/source/xapps-extra/plymouth/FrugalBuild
index 3c5eac0..0a9d963 100644
--- a/source/xapps-extra/plymouth/FrugalBuild
+++ b/source/xapps-extra/plymouth/FrugalBuild
@@ -5,7 +5,7 @@ USE_DEVEL=${USE_DEVEL:-"n"}

pkgname=plymouth
pkgver=0.8.4
-pkgrel=2
+pkgrel=3
pkgdesc="Graphical Boot Animation and Logger"
url="http://www.freedesktop.org/wiki/Software/Plymouth";
up2date="Flasttarbz2 http://freedesktop.org/software/plymouth/releases";
@@ -96,6 +96,12 @@ build() {
# don't run old sysv init script with different name when using systemd
Fln plymouth-start.service /lib/systemd/system/plymouth.service
Fln plymouth-quit.service /lib/systemd/system/zz-plymouth.service
+       #systemd
+       Frm run/plymouth
+       Fmkdir /etc/tmpfiles.d
+       cat > $Fdestdir/etc/tmpfiles.d/plymouth.conf << EOF
+d $Flocalstatedir/run/plymouth/ 0755 root root -
+EOF

}
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to