summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdrian Freund2020-03-28 21:22:28 +0100
committerAdrian Freund2020-03-28 21:22:28 +0100
commitfb7a6a9c8f5ad81e0638551286a6cb0a48860700 (patch)
tree1c1e160ad82c87bca7ac0fed0fdbd9e1bb11bf0e /PKGBUILD
parenta2dd95fc0eb587132e9a8aa087de1240391d1159 (diff)
downloadaur-fb7a6a9c8f5ad81e0638551286a6cb0a48860700.tar.gz
Fixed themes that contain a large_icons folder
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 149cd81e7968..df7d34c2c534 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -24,7 +24,7 @@ _themenames=('cyanide'
pkgname=() #initialized by loop at the bottom
pkgver=1
-pkgrel=1
+pkgrel=2
pkgdesc="The plymouth theme collection by adi1090x"
arch=('any')
url="https://github.com/adi1090x/plymouth-themes"
@@ -41,7 +41,7 @@ do
package_plymouth-theme-${themename//_/-}() {
cd \$srcdir/plymouth-themes/pack_2/$themename
mkdir -p \$pkgdir/usr/share/plymouth/themes/$themename
- find . -type f -exec install -Dm644 \"{}\" \"\${pkgdir}\"/usr/share/plymouth/themes/$themename \\;
+ find . -type f -exec install -Dm644 \"{}\" \"\${pkgdir}\"/usr/share/plymouth/themes/$themename\"{}\" \\;
}
"
done