mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
fix wrong path
This commit is contained in:
parent
e076ddcb6a
commit
a7b83e8052
@ -7,7 +7,7 @@ pkgname=kde-kdm-themes-sirius
|
|||||||
_themename="sirius" # that's the folder name
|
_themename="sirius" # that's the folder name
|
||||||
_THEME="Sirius" # the real theme name
|
_THEME="Sirius" # the real theme name
|
||||||
pkgver=1.0
|
pkgver=1.0
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="Chakra Sirius KDM-Theme"
|
pkgdesc="Chakra Sirius KDM-Theme"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url="http://www.chakraos.org"
|
url="http://www.chakraos.org"
|
||||||
@ -19,6 +19,6 @@ md5sums='4f1847b63ed47cbdc820b541e1a72779'
|
|||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd ${srcdir}/${_themename}
|
cd ${srcdir}/${_themename}
|
||||||
mkdir -pv $pkgdir/usr/share/apps/ksplash/Themes/$_themename
|
mkdir -pv $pkgdir/usr/share/apps/kdm/themes/$_themename
|
||||||
cp -Rv * $pkgdir/usr/share/apps/ksplash/Themes/$_themename
|
cp -Rv * $pkgdir/usr/share/apps/kdm/themes/$_themename
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user