aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJérémie Astori2017-10-17 00:25:43 -0400
committerGitHub2017-10-17 00:25:43 -0400
commite2826012945c1dd65910cd2cd51d5056ef80fe73 (patch)
treef9411ca0ed529aafac8a84ab708688222d170a3f
parent4b664fb678aff863c88afd3526de8011a101135b (diff)
parent8faafbfb93120e9e745dd3c1c64fc40ade52fe90 (diff)
downloadaur-e2826012945c1dd65910cd2cd51d5056ef80fe73.tar.gz
Merge pull request #6 from thelounge/lounge_home
Write .lounge_home
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 40dec59928bf..ccdb6b57c3fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -29,6 +29,8 @@ package() {
npm install -g --prefix "$pkgdir/usr" "$srcdir/$_npmname-$pkgver.tgz"
+ echo "/etc/lounge" > "$pkgdir/usr/lib/node_modules/$_npmname/.lounge_home"
+
install -dm700 "$_etc" "$_etc/users"
install -Dm600 \
"$pkgdir/usr/lib/node_modules/$_npmname/defaults/config.js" \