summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJake2018-06-17 16:52:41 +0200
committerJake2018-06-17 16:52:41 +0200
commit44cc6cb321f8e3e8918b19c2e9664a7b1d135c6e (patch)
tree85ec70bb6940e1a51f11bce98748fc0f3503fca6
parent97493b6c381febf60872db2167a430f09adcdb64 (diff)
downloadaur-44cc6cb321f8e3e8918b19c2e9664a7b1d135c6e.tar.gz
Trigger sysusers before chown in .install
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rwxr-xr-xoctoprint.install1
3 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb17dd31d3bd..b468f64c851c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = octoprint-venv
pkgdesc = The snappy snappy web interface for your 3D printer! (virtualenv installation type)
pkgver = 1.3.8
- pkgrel = 2
+ pkgrel = 3
url = http://octoprint.org/
install = octoprint.install
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 891da2379696..0135067ff1f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=octoprint-venv
pkgver=1.3.8
-pkgrel=2
+pkgrel=3
pkgdesc="The snappy snappy web interface for your 3D printer! (virtualenv installation type)"
arch=('any')
url="http://octoprint.org/"
diff --git a/octoprint.install b/octoprint.install
index c87fe7524177..f5ce9eb464c2 100755
--- a/octoprint.install
+++ b/octoprint.install
@@ -1,4 +1,5 @@
post_install() {
+ systemd-sysusers #Trigger sysusers before chown
chown -R octoprint:octoprint /var/lib/octoprint
chown -R octoprint:octoprint /opt/octoprint-venv