wine-mono: fixed installation.

This commit is contained in:
Juan RP 2014-06-09 10:05:08 +02:00
parent 68f8e4b7f2
commit 1a848e0532
1 changed files with 1 additions and 1 deletions

View File

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