From 1a848e05328c54bdefee834a78f01c722cd84ddb Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 9 Jun 2014 10:05:08 +0200 Subject: [PATCH] wine-mono: fixed installation. --- srcpkgs/wine-mono/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {