X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/655cae6737903aac20835588f82ca592cbdbde99..bcf50f5c54870759e531a239400a47b64d22e554:/scripts/inst diff --git a/scripts/inst b/scripts/inst index cc0d8d6..e75db11 100755 --- a/scripts/inst +++ b/scripts/inst @@ -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