summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
}