install
changeset 59 f96de2d99f00
parent 54 e2ca551c2822
child 67 fd16d9a1234b
equal deleted inserted replaced
58:207a413897b4 59:f96de2d99f00
     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/servelog.py \
    13     src/ruleset.py
    13     src/ruleset.py
    14 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
    15 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 \
    16     src/init/hginit
    16     src/init/hginit
    17 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 \