wine-gecko: fix installation.
This commit is contained in:
parent
0176cb80c1
commit
1c62179212
1 changed files with 1 additions and 2 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue