From 17836859541d8a814cc8386fe25375a0685b2238 Mon Sep 17 00:00:00 2001 From: Francesco Colista Date: Tue, 28 Apr 2015 12:03:06 +0000 Subject: main/patchwork: fixed install_if condition --- main/patchwork/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main/patchwork/APKBUILD') diff --git a/main/patchwork/APKBUILD b/main/patchwork/APKBUILD index 2575712383..f67f40c1d1 100644 --- a/main/patchwork/APKBUILD +++ b/main/patchwork/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Francesco Colista pkgname=patchwork pkgver=0_git20150420 -pkgrel=6 +pkgrel=7 pkgdesc="Web-based patch tracking system " url="http://jk.ozlabs.org/projects/patchwork/" arch="noarch" @@ -53,7 +53,7 @@ package() { apache2_wsgi() { pkgdesc="$pkgname apache2 wsgi support" depends="apache2 apache2-mod-wsgi" - install_if="apache2-mod-wsgi" + install_if="$pkgname=$pkgver-r$pkgrel apache2-mod-wsgi" install -Dm644 "$pkgdir"/usr/share/webapps/patchwork/lib/apache2/patchwork.wsgi.conf \ "$subpkgdir"/etc/apache2/conf.d/patchwork.wsgi.conf || return 1 } -- cgit v1.2.3