chiark / gitweb /
Macroize submit buttons so we can mess with them more easily
[disorder] / scripts / inst
index e0a51f0b39080702c56675ab36ea246747bb1197..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,8 +22,7 @@ set -e
 set -x
 [ -d =build ] && cd =build
 make "$@"
-make check
+#make check
 really make "$@" install
-really ./libtool --mode=install 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
-# arch-tag:cbb189b7f23939cc806cf6dc0c2cb0d5