From 0a109da279e9df66fb5ea7d6bdaeffed16592f02 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Mon, 2 Dec 2002 17:50:01 +0000 Subject: "version 0.1.1" svn path=/trunk/; revision=266 --- externals/grill/vasp/build-pd-linux.sh | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 externals/grill/vasp/build-pd-linux.sh (limited to 'externals/grill/vasp/build-pd-linux.sh') diff --git a/externals/grill/vasp/build-pd-linux.sh b/externals/grill/vasp/build-pd-linux.sh new file mode 100644 index 00000000..77c6e3ff --- /dev/null +++ b/externals/grill/vasp/build-pd-linux.sh @@ -0,0 +1,17 @@ +#!/bin/sh + +SYS=pd-linux + +. config-${SYS}.txt + +make -f makefile.${SYS} && +{ + if [ $INSTDIR != "" ]; then + echo Now install as root + su -c "make -f makefile.${SYS} install" + fi + if [ $HELPDIR != "" ]; then + echo Now install help as root + su -c "make -f makefile.${SYS} install-help" + fi +} -- cgit v1.2.1