summaryrefslogtreecommitdiff
path: root/pcr/opentmpfiles
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2018-07-29 00:18:40 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2018-07-29 04:17:16 -0400
commit1e59403ba218b72454566b046440da48839ba384 (patch)
tree6c7fb791175de6b231b9fce8043e3e18d1576fa6 /pcr/opentmpfiles
parentb44db8026c762aa57d0a1937b51c7f061cd13119 (diff)
pcr/opentmpfiles: Fix whitespace
Diffstat (limited to 'pcr/opentmpfiles')
-rw-r--r--pcr/opentmpfiles/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/pcr/opentmpfiles/PKGBUILD b/pcr/opentmpfiles/PKGBUILD
index 3e01e3d2b..08befc39c 100644
--- a/pcr/opentmpfiles/PKGBUILD
+++ b/pcr/opentmpfiles/PKGBUILD
@@ -44,10 +44,10 @@ package_opentmpfiles() {
}
package_opentmpfiles-systemdcompat() {
- pkgdesc='Compatibility wrapper for opentmpfiles providing the systemd-tmpfiles program'
- depends=('opentmpfiles')
- conflicts=('systemd-tools')
+ pkgdesc='Compatibility wrapper for opentmpfiles providing the systemd-tmpfiles program'
+ depends=('opentmpfiles')
+ conflicts=('systemd-tools')
- install -d "$pkgdir"/usr/bin
- ln -s tmpfiles "$pkgdir"/usr/bin/systemd-tmpfiles
+ install -d "$pkgdir"/usr/bin
+ ln -s tmpfiles "$pkgdir"/usr/bin/systemd-tmpfiles
}