From 51b7254ef254dbd0f031953ff38aab77302a42f3 Mon Sep 17 00:00:00 2001 From: Francesco Colista Date: Tue, 14 Jun 2016 14:20:51 +0000 Subject: main/patchwork: copy patchwork.ini rather than symlink it to avoid permission issues --- main/patchwork/APKBUILD | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/main/patchwork/APKBUILD b/main/patchwork/APKBUILD index a185bc849f..0c867a2afa 100644 --- a/main/patchwork/APKBUILD +++ b/main/patchwork/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Francesco Colista pkgname=patchwork pkgver=1.1.1 -pkgrel=2 +pkgrel=3 pkgdesc="Web-based patch tracking system " url="http://jk.ozlabs.org/projects/patchwork/" arch="noarch" @@ -65,9 +65,7 @@ nginx_wsgi() { install -Dm644 "$srcdir"/nginx-patchwork.conf \ "$subpkgdir"/etc/nginx/conf.d/patchwork.conf || return 1 install -Dm644 "$srcdir"/nginx-uwsgi-patchwork-conf.ini \ - "$subpkgdir"/etc/patchwork/patchwork.ini || return 1 - mkdir -p "$subpkgdir"/etc/uwsgi/conf.d - ln -sf /etc/patchwork/patchwork.ini "$subpkgdir"/etc/uwsgi/conf.d/patchwork.ini + "$subpkgdir"/etc/uwsgi/conf.d/patchwork.ini || return 1 } mysql() { -- cgit v1.2.3