updates for cgi apps. these were still pointing at old places.
[feisty_meow.git] / scripts / cgi / prepare_cgi_bin_for_apache.sh
index ec8d4f995017f8ff72dcacd89c3cac8dc8e04cb7..6cf69a9d00f6fbb589c1759fbf468746688a0e83 100644 (file)
@@ -3,24 +3,24 @@
 # this script needs to run as root.  it will copy all the important
 # assets for cgi into the right places.
 
-cd ~/yeti/scripts/cgi
+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 \
   /usr/lib/cgi-bin
 
-cd ~/yeti/scripts/database
+cd ~/feisty_meow/scripts/database
 cp *show_stripper.sh *movie_seeker.sh *movie_stripper.sh \
   /usr/lib/cgi-bin
 
-cd ~/yeti/scripts/files
+cd ~/feisty_meow/scripts/files
 cp show_directory_listing.sh \
   /usr/lib/cgi-bin
 
-cd ~/yeti/database
+cd ~/feisty_meow/database
 cp fortunes.dat \
   /usr/lib/cgi-bin
 
-cp ~fred/yeti/bin/$(arch)/*nechung* /usr/lib/cgi-bin
+cp ~fred/feisty_meow/production/binaries/*nechung* /usr/lib/cgi-bin
 
 chmod a+x /usr/lib/cgi-bin/*