many updates to change BINDIR to FEISTY_MEOW_BINARIES. expands on previous changes...
[feisty_meow.git] / scripts / cgi / prepare_cgi_bin_for_apache.sh
index 543404b3be9712e7be971ea057de6a7298e1de03..7f7fa90bffbde3f7ef37f0fdf1b7ab9c7e2d658c 100755 (executable)
@@ -3,6 +3,9 @@
 # this script needs to run as root.  it will copy all the important
 # assets for cgi into the right places.
 
+echo "antiquated approach, we now do this with links instead."
+exit 1
+
 cd ~/feisty_meow/scripts/cgi
 cp call_version_utils.sh cgi_cat.pl cgi_display.pl cgi_nechung.cgi cgi_show_file_date.sh \
     count.cgi nechung.cgi \
@@ -20,7 +23,7 @@ cd ~/feisty_meow/infobase
 cp fortunes.dat \
   /usr/lib/cgi-bin
 
-cp $BINDIR/*nechung* /usr/lib/cgi-bin
+cp $FEISTY_MEOW_BINARIES/*nechung* /usr/lib/cgi-bin
 
 chmod a+x /usr/lib/cgi-bin/*