X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/763d5e6ad88ef3ba1cd1d7742d060e4f1e54c6b8..1b8ed51f2f2612517414801a52362c6480eeda91:/scripts/inst diff --git a/scripts/inst b/scripts/inst index 31dc4c9..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 ./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