summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfelics@felics-tablet2016-09-04 15:32:02 +0200
committerfelics@felics-tablet2016-09-04 15:32:02 +0200
commit35d9f4b7ca16a7dd867fc9a5229df9095cfd72e1 (patch)
treeee5a8313d3debc2511f19ce9b858b78afd8dc8c9
parent41639e6c2a5e5c51d508e547d52a7bb763978fa6 (diff)
downloadaur-35d9f4b7ca16a7dd867fc9a5229df9095cfd72e1.tar.gz
Now running the installer with a WINEPREFIX that get's trashed afterwards.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aaca82dbdbd4..d7856b8e0e7d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = idos-timetable-browser-license-installer-latest
pkgdesc = If you purchased IDOS for Windows by CHAPS, then this installs the license. You need to enter your ZIP-extraction-code and your setup-code during installation. Runs an interactive GUI software via wine during installation.
pkgver = 2015_2016
- pkgrel = 2
+ pkgrel = 3
epoch = 1
url = http://www.chaps.cz/eng/download/idos-install/
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 4c5390cfb06f..017f6af1934c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname="${_pkgname}-latest"
epoch=1
_pkgver=2015_2016
pkgver=2015_2016
-pkgrel=2
+pkgrel=3
pkgdesc="If you purchased IDOS for Windows by CHAPS, then this installs the license. You need to enter your ZIP-extraction-code and your setup-code during installation. Runs an interactive GUI software via wine during installation."
arch=('i686' 'x86_64')
url="http://www.chaps.cz/eng/download/idos-install/"
@@ -90,6 +90,8 @@ build() {
msg "timetable browser should already be installed."
msg ""
+ WINEPREFIX="${srcdir}/.wine"
+ export WINEPREFIX
wine "./Setup.exe" /LOADINF="installer_settings.inf" /DIR="${_gui_inst}"
}