[arch-commits] Commit in roundcubemail/trunk (PKGBUILD roundcubemail.install)

Sergej Pupykin spupykin at nymeria.archlinux.org
Mon May 26 09:29:47 UTC 2014


    Date: Monday, May 26, 2014 @ 11:29:47
  Author: spupykin
Revision: 111880

upgpkg: roundcubemail 1.0.1-2

upd

Modified:
  roundcubemail/trunk/PKGBUILD
  roundcubemail/trunk/roundcubemail.install

-----------------------+
 PKGBUILD              |    8 +++++++-
 roundcubemail.install |    1 +
 2 files changed, 8 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-05-26 09:29:42 UTC (rev 111879)
+++ PKGBUILD	2014-05-26 09:29:47 UTC (rev 111880)
@@ -3,7 +3,7 @@
 
 pkgname=roundcubemail
 pkgver=1.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A PHP web-based mail client"
 arch=('any')
 url="http://www.roundcube.net"
@@ -37,4 +37,10 @@
   ln -s /var/log/roundcubemail logs
 
   install -Dm0644 $srcdir/apache.conf $pkgdir/etc/webapps/roundcubemail/apache.conf
+
+  rm -rf temp
+  ln -s /tmp/roundcube temp
+
+  install -dm0755 $pkgdir/usr/lib/tmpfiles.d
+  echo "d /tmp/roundcube 0770 http http -" >$pkgdir/usr/lib/tmpfiles.d/roundcube.conf
 }

Modified: roundcubemail.install
===================================================================
--- roundcubemail.install	2014-05-26 09:29:42 UTC (rev 111879)
+++ roundcubemail.install	2014-05-26 09:29:47 UTC (rev 111880)
@@ -1,5 +1,6 @@
 post_install() {
   chown -R http:http var/log/roundcubemail
+  systemd-tmpfiles --create roundcube.conf
 }
 
 post_upgrade() {




More information about the arch-commits mailing list