wine-mono: fixed installation.
This commit is contained in:
parent
68f8e4b7f2
commit
1a848e0532
|
@ -16,7 +16,7 @@ depends="wine"
|
||||||
do_extract() {
|
do_extract() {
|
||||||
# This is to avoid re-downloading it everytime this template is
|
# This is to avoid re-downloading it everytime this template is
|
||||||
# edited with a revbump... without an actual version bump.
|
# 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() {
|
do_install() {
|
||||||
|
|
Loading…
Reference in New Issue