summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-10-18 15:56:12 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-10-19 08:17:15 +0000
commit1f5c0c3dd8df8e3aa48c3aae09108bba42c108e2 (patch)
tree615894eb1c70c75dcce33b76502ebe51492b5883 /testing
parentf55a8053e7adcfa44b942421abe7341b4427ddbc (diff)
downloadaports-1f5c0c3dd8df8e3aa48c3aae09108bba42c108e2.tar.bz2
aports-1f5c0c3dd8df8e3aa48c3aae09108bba42c108e2.tar.xz
testing/wine_gecko: install archive instead of symlink
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/
}