diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2018-07-29 00:18:40 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2018-07-29 04:17:16 -0400 |
commit | 1e59403ba218b72454566b046440da48839ba384 (patch) | |
tree | 6c7fb791175de6b231b9fce8043e3e18d1576fa6 | |
parent | b44db8026c762aa57d0a1937b51c7f061cd13119 (diff) | |
download | abslibre-1e59403ba218b72454566b046440da48839ba384.tar.gz abslibre-1e59403ba218b72454566b046440da48839ba384.tar.bz2 abslibre-1e59403ba218b72454566b046440da48839ba384.zip |
pcr/opentmpfiles: Fix whitespace
-rw-r--r-- | pcr/opentmpfiles/PKGBUILD | 10 |
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 } |