summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a1dd12b84608..0ef8c2ae55e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
# Maintainer: Davidyz (hzjlyz@gmail.com)
-pkgname=plymouth-theme-550w
+pkgname=plymouth-theme-550w-git
pkgver=0.1
pkgrel=1
pkgdesc="A Plymouth theme for the 550W from movie The Wandering Earth."
@@ -12,7 +12,7 @@ md5sums=("SKIP") #generate with 'makepkg -g'
install=plymouth-theme-550w.install
package() {
- cd "$pkgname"
+ cd "${pkgname//-git/}"
mkdir -p $pkgdir/usr/share/plymouth/themes/550w/
install -Dm755 assets/* $pkgdir/usr/share/plymouth/themes/550w
}