Index: /branches/eam_branches/ipp-pstamp-20260421/pstamp/install-cgi.sh
===================================================================
--- /branches/eam_branches/ipp-pstamp-20260421/pstamp/install-cgi.sh	(revision 43045)
+++ /branches/eam_branches/ipp-pstamp-20260421/pstamp/install-cgi.sh	(revision 43046)
@@ -1,9 +1,17 @@
 #!/bin/csh
+
+echo "use autogen / configure with --with-cgidir=DIR"
+exit 2
+
+set web = /data/kukui.2/eugene/datastore.20260421
+set web = /srv/http/pstamp
 
 # for the moment, this will be hard-wired.
 
-set PS_CGI = /data/kukui.2/eugene/datastore.20260421/ps-cgi
-set PS_WEB = /data/kukui.2/eugene/datastore.20260421/ps-web
-set PS_BIN = /home/kiawe/eugene/src/psconfig/ipp-pstamp-20260421.lin64/bin
+set PS_CGI = $web/ps-cgi
+set PS_WEB = $web/ps-web
+
+# set PS_BIN = /home/kiawe/eugene/src/psconfig/ipp-pstamp-20260421.lin64/bin
+set PS_BIN = /home/eugene/src/psconfig/ipp-pstamp-20260421.lin64/bin
 
 foreach f ( web/*.php )
