fix logo name

This commit is contained in:
Weng Xuetian 2016-03-10 23:27:48 +00:00
parent 7247aaea83
commit d9eebff062
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
pkgname=plymouth
pkgver=0.9.2
pkgrel=1
pkgrel=2
pkgdesc="A graphical boot splash screen with kernel mode-setting support"
url="http://www.freedesktop.org/wiki/Software/Plymouth/"

View File

@ -4,7 +4,7 @@ build() {
add_dir /var/run/plymouth
DATADIR="/usr/share"
PLYMOUTH_LOGO_FILE="${DATADIR}/plymouth/arch-logo.png"
PLYMOUTH_LOGO_FILE="${DATADIR}/plymouth/chakra-logo.png"
PLYMOUTH_THEME_NAME="$(/usr/bin/plymouth-set-default-theme)"
PLYMOUTH_MODULE_NAME="$(grep "ModuleName *= *" ${DATADIR}/plymouth/themes/${PLYMOUTH_THEME_NAME}/${PLYMOUTH_THEME_NAME}.plymouth | sed 's/ModuleName *= *//')"
PLYMOUTH_PLUGIN_PATH="$(plymouth --get-splash-plugin-path)"