diff options
author | Michael Hanson <hansonorders@verizon.net> | 2011-03-31 21:17:11 (GMT) |
---|---|---|
committer | Michael Hanson <hansonorders@verizon.net> | 2011-03-31 21:17:11 (GMT) |
commit | 476f9933d9ca97018810c4d78df2bd8ec9f7f583 (patch) | |
tree | 3f9a4ce6ce5ae4203a0297d7b1d793666d20639f /abs/core | |
parent | 4a494442077096b5c0dca2f63f351a783d45da77 (diff) | |
download | linhes_pkgbuild-476f9933d9ca97018810c4d78df2bd8ec9f7f583.zip linhes_pkgbuild-476f9933d9ca97018810c4d78df2bd8ec9f7f583.tar.gz linhes_pkgbuild-476f9933d9ca97018810c4d78df2bd8ec9f7f583.tar.bz2 |
fbsplash: adjust permissions of fbsplash-basic.sh
Diffstat (limited to 'abs/core')
-rw-r--r-- | abs/core/fbsplash/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core/fbsplash/PKGBUILD b/abs/core/fbsplash/PKGBUILD index c3b2118..cb07864 100644 --- a/abs/core/fbsplash/PKGBUILD +++ b/abs/core/fbsplash/PKGBUILD @@ -3,7 +3,7 @@ pkgname=fbsplash pkgver=1.5.4.3 -pkgrel=36 +pkgrel=37 pkgdesc="A userspace implementation of a splash screen for Linux (formerly known as gensplash)" arch=('i686' 'x86_64') url="http://fbsplash.berlios.de" @@ -57,7 +57,7 @@ package() { # Install fbsplash scripts and config file install -D -m644 ${srcdir}/splash.conf etc/conf.d/splash - install -D -m644 ${srcdir}/fbsplash-basic.sh etc/rc.d/functions.d/fbsplash-basic.sh + install -D -m744 ${srcdir}/fbsplash-basic.sh etc/rc.d/functions.d/fbsplash-basic.sh install -D -m644 ${srcdir}/fbsplash.initcpio_install lib/initcpio/install/fbsplash install -D -m644 ${srcdir}/fbsplash.initcpio_hook lib/initcpio/hooks/fbsplash |