mirror of
https://github.com/archlinux/aur.git
synced 2026-01-27 20:28:31 +01:00
fix bad indentation in tmpfiles.d/asf.conf
This commit is contained in:
parent
c402b9a712
commit
30e79820af
1 changed files with 1 additions and 2 deletions
3
PKGBUILD
3
PKGBUILD
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue