chiark / gitweb /
Macroize submit buttons so we can mess with them more easily
[disorder] / scripts / inst
index cc0d8d66d19cc97bc6313220298386cb0b1da7af..e75db113760ea3584a90684e7c4e9be3e1fca76e 100755 (executable)
@@ -1,6 +1,6 @@
 #! /bin/bash
 #
-# Copyright (C) 2004, 2005, 2006 Richard Kettlewell
+# Copyright (C) 2004-2008 Richard Kettlewell
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -22,7 +22,7 @@ set -e
 set -x
 [ -d =build ] && cd =build
 make "$@"
-make check
+#make check
 really make "$@" install
-really install -m 755 server/disorder.cgi /home/jukebox/public_html/index.cgi
+really install -m 755 cgi/disorder.cgi /home/jukebox/public_html/index.cgi
 really ldconfig