From 1e59403ba218b72454566b046440da48839ba384 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 29 Jul 2018 00:18:40 -0400 Subject: pcr/opentmpfiles: Fix whitespace --- pcr/opentmpfiles/PKGBUILD | 10 +++++----- 1 file 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 } -- cgit v1.2.3