diff -r 0ed592d0f799 -r b3237aabd0fe install --- a/install Mon Jun 16 17:23:05 2008 +0100 +++ b/install Mon Jun 16 17:24:53 2008 +0100 @@ -2,23 +2,23 @@ set -e -install -o root -g root -d /usr/local/lib/hg-admin-tools -install -o root -g root -t /usr/local/lib/hg-admin-tools \ +install -o root -g root -d /usr/local/lib/mercurial-server +install -o root -g root -t /usr/local/lib/mercurial-server \ src/access.py \ src/hg-ssh \ src/refresh-auth \ src/ruleset.py -install -o root -g root -d /usr/local/lib/hg-admin-tools/init -install -o root -g root -t /usr/local/lib/hg-admin-tools/init \ +install -o root -g root -d /usr/local/lib/mercurial-server/init +install -o root -g root -t /usr/local/lib/mercurial-server/init \ src/init/hgadmin-hgrc -install -o root -g root -d /usr/local/lib/hg-admin-tools/init/break-in -install -o root -g root -t /usr/local/lib/hg-admin-tools/init/break-in \ +install -o root -g root -d /usr/local/lib/mercurial-server/init/break-in +install -o root -g root -t /usr/local/lib/mercurial-server/init/break-in \ src/init/break-in/create-breakin-repository \ src/init/break-in/ssh-replacement src/init/break-in/as-if-by-ssh src/init/break-in/break-in -install -o root -g root -d /etc/hg-admin-tools -install -o root -g root -t /etc/hg-admin-tools \ +install -o root -g root -d /etc/mercurial-server +install -o root -g root -t /etc/mercurial-server \ src/init/conf/hg-ssh-wrapper \ src/init/conf/remote-hgrc