summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames An2015-12-17 16:00:12 -0500
committerJames An2015-12-17 16:00:12 -0500
commitc488e4a5387b5f458db8f0369218bfee3a96c975 (patch)
tree28e129c08764e8798917b67b0a7a12a0b78870d9
parente5ec17e98946762fc2faea99efb7358c2a3ecad9 (diff)
downloadaur-c488e4a5387b5f458db8f0369218bfee3a96c975.tar.gz
Fixed incorrect target name for the .ssh folder between the aegir and http user home directories.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a009a4b9016c..8a9c6734e60a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Dec 17 20:55:41 UTC 2015
+# Thu Dec 17 20:58:54 UTC 2015
pkgbase = aegir
pkgdesc = Configuration for a dedicated Aegir server to host Drupal sites.
pkgver = 7.x_3.2
- pkgrel = 6
+ pkgrel = 7
url = http://aegirproject.org
install = aegir.install
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index bd8203df9d2c..08fd71622969 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=aegir
pkgver=7.x_3.2
-pkgrel=6
+pkgrel=7
pkgdesc="Configuration for a dedicated Aegir server to host Drupal sites."
arch=('any')
url='http://aegirproject.org'
@@ -77,7 +77,7 @@ package() {
ln -s /etc/drush "$pkgdir/srv/http/.drush"
ln -s /etc/drush "$pkgdir/etc/skel/.drush"
ln -s /etc/drush "$pkgdir/usr/share/webapps/$pkgname/.drush"
- ln -s "$pkgdir/usr/share/webapps/$pkgname/.ssh" "$pkgdir/srv/http/.ssh"
+ ln -s "/usr/share/webapps/$pkgname/.ssh" "$pkgdir/srv/http/.ssh"
umask 066
mkdir -p "$pkgdir/usr/share/webapps/$pkgname/"{config{,/{includes,server_{localhost,master{,/nginx}}}},clients}
umask 077