aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Djundik2017-10-14 12:05:49 +0300
committerGitHub2017-10-14 12:05:49 +0300
commit8faafbfb93120e9e745dd3c1c64fc40ade52fe90 (patch)
tree3e37143e808ebc3ccaebd06ebafa767e37f24a04
parentc4cc493c87c8d7c31ec5b8fb1925a70cfc5b0ad2 (diff)
downloadaur-8faafbfb93120e9e745dd3c1c64fc40ade52fe90.tar.gz
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" \