--- a/install Thu Feb 19 16:36:41 2009 +0000
+++ b/install Thu Feb 19 17:51:06 2009 +0000
@@ -4,22 +4,22 @@
install -o root -g root -d /usr/local/lib/mercurial-server
install -o root -g root -t /usr/local/lib/mercurial-server \
+ src/hg-ssh \
+ src/do-refresh-auth
+install -o root -g root -t /usr/local/lib/mercurial-server -m 644 \
src/access.py \
- src/hg-ssh \
- src/refresh-auth \
src/ruleset.py
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/hginit \
+ src/init/hginit
+install -o root -g root -t /usr/local/lib/mercurial-server/init -m 644 \
src/init/hgadmin-hgrc
-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/mercurial-server
install -o root -g root -t /etc/mercurial-server \
src/init/conf/hg-ssh-wrapper \
- src/init/conf/remote-hgrc
+ src/init/conf/refresh-auth
+install -o root -g root -t /etc/mercurial-server -m 644 \
+ src/init/conf/remote-hgrc \
+ src/init/conf/access.conf
+install -o root -g root -d /etc/mercurial-server/keys/root