fix bad indentation in tmpfiles.d/asf.conf

This commit is contained in:
Gilrain 2023-04-04 11:56:29 +02:00
parent c402b9a712
commit 30e79820af
No known key found for this signature in database
GPG key ID: DDA0B85649CD9010

View file

@ -122,7 +122,6 @@ package_asf() {
# Setup system user and group
echo 'u asf - "ArchiSteamFarm" /var/lib/asf' |
install -Dm644 /dev/stdin "${pkgdir}"/usr/lib/sysusers.d/${pkgname}.conf
echo -e 'd /var/lib/asf 0755 asf asf -\n
d /tmp/ASF 0777 asf asf -' |
echo -e 'd /var/lib/asf 0755 asf asf -\nd /tmp/ASF 0777 asf asf -' |
install -Dm644 /dev/stdin "${pkgdir}"/usr/lib/tmpfiles.d/${pkgname}.conf
}