summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfelics@felics-tablet2016-09-04 15:11:21 +0200
committerfelics@felics-tablet2016-09-04 15:11:21 +0200
commit2cfda65ecd5750161ca1745d42c7721c23e3866b (patch)
tree64c6d5ce093f6800afc4f1b417ad956e93b057bb /PKGBUILD
parent38f4a0a6739258ec826c9431ed98eba9b30f41ea (diff)
downloadaur-2cfda65ecd5750161ca1745d42c7721c23e3866b.tar.gz
Updated a note during installation.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 6 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b00f231b5684..6a86bdebb580 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _pkgname=idos-timetable-browser-license-installer
pkgname="${_pkgname}-latest"
epoch=0
pkgver=2016_7_1
-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/"
@@ -76,6 +76,11 @@ build() {
msg "Also, do not change the other settings during installation. Only"
msg "at the very end, you can uncheck to view the ReadMe.txt."
msg ""
+ msg "Note: The GUI performs a full installation into a temporary"
+ msg "directory, but after that only the license file will be"
+ msg "extracted and copied to the proper location where the IDOS"
+ msg "timetable browser should already be installed."
+ msg ""
wine "./Setup.exe" /LOADINF="installer_settings.inf" /DIR="${_gui_inst}"
}