summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2018-07-08 12:22:02 +0200
committerMichel Zou2018-07-08 12:22:02 +0200
commit4713333f3f546c33fd134821f1dc93c45b3ef867 (patch)
tree3781fe41f8d0ee3212ef14edf28d96fec0c3b04e
parent40bee4f2c9d3208b09017f5636c6c994e573abbb (diff)
downloadaur-4713333f3f546c33fd134821f1dc93c45b3ef867.tar.gz
abs WINEPREFIX
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
-rw-r--r--mingw-wine.sh2
3 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5ba65c4c2c98..04e5e4f0b2b1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo v8
-# Sat May 12 21:17:33 UTC 2018
pkgbase = mingw-w64-wine
pkgdesc = Wine wrapper for MinGW (mingw-w64)
pkgver = 1
- pkgrel = 1
+ pkgrel = 2
url = http://fedoraproject.org/wiki/MinGW
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 18d97e98c978..c6d3b2b6db47 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=mingw-w64-wine
pkgver=1
-pkgrel=1
+pkgrel=2
arch=('any')
pkgdesc="Wine wrapper for MinGW (mingw-w64)"
depends=('wine')
diff --git a/mingw-wine.sh b/mingw-wine.sh
index d3cebe1b9dff..58579ab0b8c1 100644
--- a/mingw-wine.sh
+++ b/mingw-wine.sh
@@ -6,7 +6,7 @@ mingw_prefix=/usr/@TRIPLE@
# run it in a custom WINEPREFIX to not mess with default ~/.wine
# also default prefix might be a 32 bits prefix, which will fail to run x86_64 exes
-export WINEPREFIX=~/.wine-@TRIPLE@
+export WINEPREFIX=${HOME}/.wine-@TRIPLE@
# WINEPATH is used to find dlls, otherwise they should lie next to the exe
if test -z "${WINEPATH}"