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() {