From 0d7bab226067a44a9f1b978924e8201a3fa60764 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 24 Oct 2011 23:14:47 +0000 Subject: Mon Oct 24 23:14:47 UTC 2011 --- extra/kino/PKGBUILD | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'extra/kino/PKGBUILD') diff --git a/extra/kino/PKGBUILD b/extra/kino/PKGBUILD index f283fe014..2a9681e31 100644 --- a/extra/kino/PKGBUILD +++ b/extra/kino/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 141051 2011-10-22 15:12:07Z andrea $ +# $Id: PKGBUILD 141101 2011-10-23 23:38:04Z andrea $ # Maintainer: Giovanni Scafora # Contributor: Robert Emil Berge pkgname=kino pkgver=1.3.4 -pkgrel=3 +pkgrel=4 pkgdesc="A non-linear DV editor" arch=('i686' 'x86_64') url="http://www.kinodv.org/" @@ -31,4 +31,7 @@ build() { package() { cd "${srcdir}/${pkgname}-${pkgver}" make DESTDIR="${pkgdir}" install + + # Fix permissions + chown -R root:root "${pkgdir}/usr/share/kino/help" } -- cgit v1.2.3-54-g00ecf