install
changeset 54 e2ca551c2822
parent 52 f9eb98bb0791
child 59 f96de2d99f00
equal deleted inserted replaced
53:853444c5d393 54:e2ca551c2822
     7     src/hg-ssh \
     7     src/hg-ssh \
     8     src/do-refresh-auth
     8     src/do-refresh-auth
     9 install -o root -g root -t /usr/local/lib/mercurial-server -m 644 \
     9 install -o root -g root -t /usr/local/lib/mercurial-server -m 644 \
    10     src/changes.py \
    10     src/changes.py \
    11     src/access.py \
    11     src/access.py \
       
    12     src/logging.py \
    12     src/ruleset.py
    13     src/ruleset.py
    13 install -o root -g root -d /usr/local/lib/mercurial-server/init
    14 install -o root -g root -d /usr/local/lib/mercurial-server/init
    14 install -o root -g root -t /usr/local/lib/mercurial-server/init \
    15 install -o root -g root -t /usr/local/lib/mercurial-server/init \
    15     src/init/hginit
    16     src/init/hginit
    16 install -o root -g root -t /usr/local/lib/mercurial-server/init -m 644 \
    17 install -o root -g root -t /usr/local/lib/mercurial-server/init -m 644 \