summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Freund2020-03-28 21:22:28 +0100
committerAdrian Freund2020-03-28 21:22:28 +0100
commitfb7a6a9c8f5ad81e0638551286a6cb0a48860700 (patch)
tree1c1e160ad82c87bca7ac0fed0fdbd9e1bb11bf0e
parenta2dd95fc0eb587132e9a8aa087de1240391d1159 (diff)
downloadaur-fb7a6a9c8f5ad81e0638551286a6cb0a48860700.tar.gz
Fixed themes that contain a large_icons folder
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b831f9373729..8fe2a2d758ba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = plymouth-themes-adi1090x-pack2
pkgdesc = The plymouth theme collection by adi1090x
pkgver = 1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/adi1090x/plymouth-themes
arch = any
license = GPL
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