mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
community/drupal7: rebuild to fix url=
This commit is contained in:
parent
dad77eb305
commit
2fb181e43a
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user