summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/mythinstall/PKGBUILD
diff options
context:
space:
mode:
authorGreg Frost <gregfrost1@bigpond.com>2009-08-12 02:30:54 (GMT)
committerGreg Frost <gregfrost1@bigpond.com>2009-08-12 02:30:54 (GMT)
commit9182c2064790a8247622117138809d38a6c71f40 (patch)
tree478c47a698a5f055cb3954b875bfc48a3b95d8d4 /abs/core-testing/mythinstall/PKGBUILD
parent0616d132e3feb5e29b16d0ba12b037b087784dc3 (diff)
downloadlinhes_pkgbuild-9182c2064790a8247622117138809d38a6c71f40.zip
linhes_pkgbuild-9182c2064790a8247622117138809d38a6c71f40.tar.gz
linhes_pkgbuild-9182c2064790a8247622117138809d38a6c71f40.tar.bz2
LinHES-config mythinstall: offer modelines listed in the ModePool for initial resolution in the installer
Diffstat (limited to 'abs/core-testing/mythinstall/PKGBUILD')
-rw-r--r--abs/core-testing/mythinstall/PKGBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/abs/core-testing/mythinstall/PKGBUILD b/abs/core-testing/mythinstall/PKGBUILD
index f6fd685..81c6229 100644
--- a/abs/core-testing/mythinstall/PKGBUILD
+++ b/abs/core-testing/mythinstall/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jams
pkgname=mythinstall
pkgver=1
-pkgrel=1
+pkgrel=3
pkgdesc="LinHES installer/systemconfig GUI."
arch=i686
depends=()
@@ -37,12 +37,12 @@ build() {
# LinHES-PKGBUILD area.
cd ${srcdir}
- qmake mythinstall.pro
- make
- MVDIR=$startdir/pkg/usr/MythVantage
- mkdir -p $MVDIR/bin
- install -m 0755 mythinstall $MVDIR/bin/MythVantage
- cd $MVDIR/bin
+ qmake mythinstall.pro || return 1
+ make || return 1
+ MVBINDIR=$startdir/pkg/usr/MythVantage/bin
+ mkdir -p $MVBINDIR
+ install -m 0755 mythinstall $MVBINDIR/MythVantage
+ cd $MVBINDIR
ln -s MythVantage mythvantage
ln -s MythVantage mythinstall
cd -