Calling installer in src_install() instead of src_build().
This commit is contained in:
parent
44aefa4cd3
commit
4ab85784a0
1 changed files with 3 additions and 3 deletions
|
@ -7,8 +7,8 @@
|
|||
CATEGORY="compiler"
|
||||
PACKAGE="pgi"
|
||||
VERSION="13.2"
|
||||
URL=""
|
||||
INSTALLER=""
|
||||
URL="http://www.pgroup.com/"
|
||||
INSTALLER="Tünde Erdei <erdei@hlrs.de>"
|
||||
|
||||
# Archive A and package name P
|
||||
A=pgilinux-2013-${VERSION/\./}.tar.gz
|
||||
|
@ -16,7 +16,7 @@ P=
|
|||
|
||||
BUILDDIR=$SRCDIR
|
||||
|
||||
src_build(){
|
||||
src_install(){
|
||||
expect - "$SRCDIR" <<EOF
|
||||
spawn ./install
|
||||
#set iid "\$spawn_id"
|
||||
|
|
Loading…
Reference in a new issue