From 1c62179212c665eaf2d4506c512fe7ac974f12ff Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 9 Jun 2014 11:04:49 +0200 Subject: [PATCH] wine-gecko: fix installation. --- srcpkgs/wine-gecko/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/wine-gecko/template b/srcpkgs/wine-gecko/template index 39b50b8415c..a2b179d2ed5 100644 --- a/srcpkgs/wine-gecko/template +++ b/srcpkgs/wine-gecko/template @@ -23,8 +23,7 @@ depends="wine" do_extract() { # This is to avoid re-downloading it everytime this template is # edited with a revbump... without an actual version bump. - cp -v "${XBPS_SRCDISTDIR}/wine_gecko-${version}-${gecko_arch}.msi" \ - ${wrksrc} + cp -v "${XBPS_SRCDISTDIR}/${pkgname}-${version}/wine_gecko-${version}-${gecko_arch}.msi" ${wrksrc} } do_install() {