summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
Diffstat (limited to 'testing')
-rw-r--r--testing/wine_gecko/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/wine_gecko/APKBUILD b/testing/wine_gecko/APKBUILD
index 331b7f896..6cbaf8b07 100644
--- a/testing/wine_gecko/APKBUILD
+++ b/testing/wine_gecko/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=wine_gecko
pkgver=1.3
-pkgrel=0
+pkgrel=1
pkgdesc="Wine's built-in replacement for Microsoft's Internet Explorer"
url="http://wiki.winehq.org/Gecko"
arch="x86"
@@ -24,7 +24,7 @@ build() {
package() {
mkdir -p "$pkgdir"/usr/share/wine/gecko/
- cp -a "$srcdir"/wine_gecko-$pkgver-$CARCH.msi \
+ cp "$srcdir"/wine_gecko-$pkgver-$CARCH.msi \
"$pkgdir"/usr/share/wine/gecko/
}