diff --git a/srcpkgs/wine-mono/template b/srcpkgs/wine-mono/template index 3507257e02..687968652e 100644 --- a/srcpkgs/wine-mono/template +++ b/srcpkgs/wine-mono/template @@ -16,7 +16,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}/${pkgname}-${version}.msi" ${wrksrc} + cp -v "${XBPS_SRCDISTDIR}/${pkgname}-${version}/${pkgname}-${version}.msi" ${wrksrc} } do_install() {