summaryrefslogtreecommitdiff
path: root/libre
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2017-09-10 19:15:43 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2017-09-10 21:04:12 -0400
commita77a3de8eee60239dc745288be69c5472a444d67 (patch)
tree99dc362f76e52c4d978605e16d3eb998be280630 /libre
parent16e9679cfc45e70ab1205c2c62b14a1213a70af9 (diff)
libre/systemd: formatting changes to reduce patch size with Arch systemd
Diffstat (limited to 'libre')
-rw-r--r--libre/systemd/PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/libre/systemd/PKGBUILD b/libre/systemd/PKGBUILD
index f0d96a903..99c6954de 100644
--- a/libre/systemd/PKGBUILD
+++ b/libre/systemd/PKGBUILD
@@ -1,3 +1,4 @@
+# Maintainer (Arch): Christian Hesse <mail@eworm.de>
# Maintainer (Arch): Dave Reisner <dreisner@archlinux.org>
# Maintainer (Arch): Tom Gundersen <teg@jklm.no>
# Maintainer: Luke Shumaker <lukeshu@sbcglobal.net>
@@ -123,7 +124,7 @@ pkgver() {
prepare() {
cd "$pkgbase-stable"
-
+
git remote add upstream ../systemd/
git fetch --all
@@ -273,8 +274,8 @@ package_systemd() {
chmod 2755 "$pkgdir/var/log/journal"
# match directory owner/group and mode from extra/polkit
- chown root:102 "$pkgdir/usr/share/polkit-1/rules.d"
- chmod 0750 "$pkgdir/usr/share/polkit-1/rules.d"
+ chown root:102 "$pkgdir"/usr/share/polkit-1/rules.d
+ chmod 0750 "$pkgdir"/usr/share/polkit-1/rules.d
# we'll create this on installation
rmdir "$pkgdir/var/log/journal/remote"