From 7187493a9f2641fa08845d2c68763deff2409aaa Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Sun, 14 May 2017 15:08:29 +0200 Subject: [PATCH] qupzilla: copy symlinks instead of target files. --- www-client/qupzilla/qupzilla-1.8.9.recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www-client/qupzilla/qupzilla-1.8.9.recipe b/www-client/qupzilla/qupzilla-1.8.9.recipe index e59dcfd08..b45273371 100644 --- a/www-client/qupzilla/qupzilla-1.8.9.recipe +++ b/www-client/qupzilla/qupzilla-1.8.9.recipe @@ -10,7 +10,7 @@ positively received by reviewers: HOMEPAGE="http://www.qupzilla.com" COPYRIGHT="2010-2015 David Rosca" LICENSE="GNU GPL v3" -REVISION="1" +REVISION="2" SOURCE_URI="https://github.com/QupZilla/qupzilla/releases/download/v$portVersion/QupZilla-$portVersion.tar.xz" CHECKSUM_SHA256="620ffb10a3f6b3f596c2c38a84d9c320cb66dd2d5e6701e8e31945e26308fcac" SOURCE_DIR="QupZilla-$portVersion" @@ -85,7 +85,7 @@ INSTALL() cp -R locale $appsDir/QupZilla cp -R plugins $appsDir/QupZilla cp -R themes $appsDir/QupZilla - cp libQupZilla.* $appsDir/QupZilla/lib + cp -d libQupZilla.* $appsDir/QupZilla/lib addAppDeskbarSymlink $appsDir/QupZilla/QupZilla "QupZilla" }