summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSergey Slipchenko2019-09-26 13:10:31 +0300
committerSergey Slipchenko2019-09-26 13:10:31 +0300
commit4de0e9ef60b85540a4498ef051d4c48f59052885 (patch)
treef82321882abe1be26212fd74aa571fd7922ced6c /PKGBUILD
parentcec89fac9eac2161885d5bd2f1fc3de9598e364a (diff)
downloadaur-4de0e9ef60b85540a4498ef051d4c48f59052885.tar.gz
Don't install systemd units
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 773fbe72f733..b63badb77438 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sergey Slipchenko <faergeek@gmail.com>
pkgname=plymouth-lite-rbp-git
pkgver=r10.76e20e8
-pkgrel=2
+pkgrel=3
pkgdesc="Plymouth-lite patched and ready for Raspberry Pi"
arch=('armv7h')
url="https://github.com/T4d3o/Plymouth-lite"
@@ -32,8 +32,6 @@ package() {
cd Plymouth-lite
make DESTDIR="$pkgdir/" install
- mkdir -p $pkgdir/usr/lib/systemd/system/
- install -Dm0644 systemd/* $pkgdir/usr/lib/systemd/system/
install -Dm0644 "${srcdir}"/initcpio_hook "${pkgdir}"/usr/lib/initcpio/hooks/plymouth-lite
install -Dm0644 "${srcdir}"/initcpio_install "${pkgdir}"/usr/lib/initcpio/install/plymouth-lite
}