community/drupal7: rebuild to fix url=

This commit is contained in:
Leo 2020-02-17 22:20:58 -03:00
parent dad77eb305
commit 2fb181e43a

View File

@ -2,7 +2,7 @@
# Maintainer: Andy Postnikov <apostnikov@gmail.com>
pkgname=drupal7
pkgver=7.69
pkgrel=0
pkgrel=1
pkgdesc="An open source content management platform"
url="https://www.drupal.org/"
arch="noarch"
@ -48,7 +48,6 @@ options="!check" # This package not have testsuite
# - CVE-2018-7600
package() {
cd "$builddir"
mkdir -p "$pkgdir"/var/lib/$pkgname \
"$pkgdir"/usr/share/webapps/$pkgname/ \
"$pkgdir"/etc/$pkgname/default \
@ -62,7 +61,7 @@ package() {
"$pkgdir"/etc/$pkgname/default/
ln -s /etc/"$pkgname"/default/settings.php \
$pkgdir/var/lib/$pkgname/sites/default/settings.php
mv $pkgdir/var/lib/$pkgname/sites/example.sites.php \
mv $pkgdir/var/lib/$pkgname/sites/example.sites.php \
"$pkgdir"/etc/$pkgname/
ln -sf /etc/"$pkgname"/sites.php \
$pkgdir/var/lib/$pkgname/sites/sites.php