summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGilrain2021-10-06 09:27:25 +0200
committerGilrain2021-10-06 09:27:25 +0200
commit04c64b06b07053a6988bd17e285384bde7739275 (patch)
tree33a15e787bcaaeaa16f8c91d9dab872d31cbb06d
parent48d43ffcb22c60be21ab4039ed2ac11686b3251b (diff)
downloadaur-04c64b06b07053a6988bd17e285384bde7739275.tar.gz
create /tmp/ASF to solve "Failed to set up mount namespacing"
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
-rw-r--r--changelog3
3 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c1516a4d1cc2..9f764bf56591 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = asf
pkgdesc = Steam cards farmer.
pkgver = 5.1.4.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/JustArchiNET/ArchiSteamFarm
install = install
changelog = changelog
diff --git a/PKGBUILD b/PKGBUILD
index c37cef787a3c..f13e6f60b84c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname="asf"
pkgver="5.1.4.0"
-pkgrel=1
+pkgrel=2
pkgdesc="Steam cards farmer."
arch=('x86_64' 'armv7h' 'aarch64')
url="https://github.com/JustArchiNET/ArchiSteamFarm"
@@ -55,6 +55,7 @@ package() {
# Setup system user and group
echo 'u asf - "ArchiSteamFarm" /var/lib/asf' |
install -Dm644 /dev/stdin "${pkgdir}"/usr/lib/sysusers.d/${pkgname}.conf
- echo 'd /var/lib/asf 0755 asf asf -' |
+ echo -e 'd /var/lib/asf 0755 asf asf -\n
+ d /tmp/ASF 0777 asf asf -' |
install -Dm644 /dev/stdin "${pkgdir}"/usr/lib/tmpfiles.d/${pkgname}.conf
}
diff --git a/changelog b/changelog
index 43e9c33b3207..46b848f5c6ac 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,6 @@
+2021-10-06 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
+ * 5.1.4.0-2:
+ pkg: create /tmp/ASF on bootup since asf expects this folder to exists (Failed to set up mount namespacing)
2021-10-02 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
* 5.1.4.0-1:
Added ArchiSteamFarm@.service service file declarations for systemd to generic, generic-netf and linux variants. Since their exact usage is not documented on the wiki yet, they're in the preview state for the brave sunglasses.