From 34636f96736cbc48cf40ea9eaab04880041ec4d8 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 2 Jun 2014 11:45:21 +0200 Subject: [PATCH] darktable: remove shlib workaround now that bin has rpath. --- srcpkgs/darktable/template | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/srcpkgs/darktable/template b/srcpkgs/darktable/template index baebbe5829..bcca2a0d3a 100644 --- a/srcpkgs/darktable/template +++ b/srcpkgs/darktable/template @@ -1,7 +1,7 @@ # Template file for 'darktable' pkgname=darktable version=1.4.2 -revision=7 +revision=8 build_style=cmake maintainer="Carlo Dormeletti " homepage="http://www.darktable.org/" @@ -20,7 +20,3 @@ checksum="c1311a6e336007b85d21647652ebec3e26840248a968eab04ab5f0a56c2e0709" # Do not generate AVX instructions, which might happen with -mtune=generic on # Intel CPUs. This avoids the vstmxcsr instruction which is AVX specific. CFLAGS="-mno-avx -mno-avx2" - -post_install() { - mv ${DESTDIR}/usr/lib/darktable/libdarktable.so ${DESTDIR}/usr/lib/ -}