wine-gecko: fix installation.

This commit is contained in:
Juan RP 2014-06-09 11:04:49 +02:00
parent 0176cb80c1
commit 1c62179212

View file

@ -23,8 +23,7 @@ depends="wine"
do_extract() { do_extract() {
# This is to avoid re-downloading it everytime this template is # This is to avoid re-downloading it everytime this template is
# edited with a revbump... without an actual version bump. # edited with a revbump... without an actual version bump.
cp -v "${XBPS_SRCDISTDIR}/wine_gecko-${version}-${gecko_arch}.msi" \ cp -v "${XBPS_SRCDISTDIR}/${pkgname}-${version}/wine_gecko-${version}-${gecko_arch}.msi" ${wrksrc}
${wrksrc}
} }
do_install() { do_install() {