mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-10 11:24:39 +08:00
fix logo name
This commit is contained in:
parent
7247aaea83
commit
d9eebff062
@ -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/"
|
||||
|
||||
|
@ -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)"
|
||||
|
Loading…
Reference in New Issue
Block a user