qupzilla: copy symlinks instead of target files.

This commit is contained in:
Jerome Duval
2017-05-14 15:08:29 +02:00
parent 5c2e265bdf
commit 7187493a9f

View File

@@ -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"
}