summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Alekseev2020-09-10 23:23:00 +0400
committerAndrey Alekseev2020-09-10 23:23:00 +0400
commit97cf81794fbfb773918460b941b87f1f2fd8dca7 (patch)
tree4de9e3589d4b16ae0d0b9b56c48807e1642a5ff3
parent603a981b0c6bfecb906b71771b04b9a3e4c8a797 (diff)
downloadaur-97cf81794fbfb773918460b941b87f1f2fd8dca7.tar.gz
move to github
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ac20a3320e27..67dcc024fd78 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -24,6 +24,6 @@ package_bootsplash-theme-manjaro-glitch() {
pkgdesc="Simple Manjaro Bootsplash with cool glitch effect"
cd "$srcdir"
- install -Dm644 "$srcdir/$pkgdir/bootsplash-manjaro-glitch" "$pkgdir/usr/lib/firmware/bootsplash-themes/manjaro-glitch/bootsplash"
- install -Dm644 "$srcdir/$pkgdir/bootsplash-manjaro-glitch.initcpio_install" "$pkgdir/usr/lib/initcpio/install/bootsplash-manjaro-glitch"
+ install -Dm644 "$srcdir/$pkgname/bootsplash-manjaro-glitch" "$pkgdir/usr/lib/firmware/bootsplash-themes/manjaro-glitch/bootsplash"
+ install -Dm644 "$srcdir/$pkgname/bootsplash-manjaro-glitch.initcpio_install" "$pkgdir/usr/lib/initcpio/install/bootsplash-manjaro-glitch"
}