summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Freund2020-03-28 21:17:52 +0100
committerAdrian Freund2020-03-28 21:18:53 +0100
commit54771e7218bc2a7679817be6c7d682575b06bd6d (patch)
tree01efb8add1a8521194f248a6a6f83376a86079e8
parentabdaebbe1f2745f714558f851a77a8db8425441a (diff)
downloadaur-54771e7218bc2a7679817be6c7d682575b06bd6d.tar.gz
Fixed themes that include a large_icons directory
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 14a1210e94cd..0db332ca5739 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = plymouth-themes-adi1090x-pack1
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 2226f328e3ef..e5c2f971375b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -23,7 +23,7 @@ _themenames=('abstract_ring'
'cuts_alt')
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"
@@ -40,7 +40,7 @@ do
package_plymouth-theme-${themename//_/-}() {
cd \$srcdir/plymouth-themes/pack_1/$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