aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/vasp/build-pd-linux.sh
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/vasp/build-pd-linux.sh')
-rw-r--r--externals/grill/vasp/build-pd-linux.sh17
1 files changed, 0 insertions, 17 deletions
diff --git a/externals/grill/vasp/build-pd-linux.sh b/externals/grill/vasp/build-pd-linux.sh
deleted file mode 100644
index 77c6e3ff..00000000
--- a/externals/grill/vasp/build-pd-linux.sh
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/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
-}