[arch-commits] Commit in nextcloud/trunk (PKGBUILD)

Sergej Pupykin spupykin at archlinux.org
Sat Feb 20 06:47:03 UTC 2021


    Date: Saturday, February 20, 2021 @ 06:47:03
  Author: spupykin
Revision: 866579

upgpkg: nextcloud 21.0.0-2

Modified:
  nextcloud/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-20 06:03:44 UTC (rev 866578)
+++ PKGBUILD	2021-02-20 06:47:03 UTC (rev 866579)
@@ -3,7 +3,7 @@
 
 pkgname=nextcloud
 pkgver=21.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A cloud server to store your files centrally on a hardware controlled by you"
 arch=('any')
 url="https://nextcloud.com"
@@ -153,7 +153,7 @@
   # config symlink
   ln -sv "/etc/webapps/${pkgname}/config.php" "${pkgdir}/usr/share/webapps/${pkgname}/config/config.php"
   # occ
-  install -vDm 755 occ -t "${pkgdir}/usr/share/doc/webapps/${pkgname}"
+  install -vDm 755 occ -t "${pkgdir}/usr/share/webapps/${pkgname}"
   # apache example conf
   install -vDm 644 ../apache.example.conf -t "${pkgdir}/usr/share/doc/${pkgname}/"
 }



More information about the arch-commits mailing list