diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2008-05-25 19:55:47 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2008-05-25 19:55:47 +0200 |
commit | ec8935c194042e2136afb2e61d11aeefda105ad4 (patch) | |
tree | baa995af84f2494a32fd1a275149125c12551063 /bin | |
parent | 08470c6ccc063333ba47bc9efb223b3c4439cb7c (diff) |
now it should work
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/pkg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -116,7 +116,7 @@ pkg_changesrc () { cd $PDIR for i in *(/); { if [ -f $i/.hg/hgrc ]; then - sed -ri "s!(default = )[^:]*://.*/([^/]*)\$!\1$1\2/!" $i/.hg/hgrc + sed -ri "s!(default = )[^:]*://.*\$!\1$1/$i!" $i/.hg/hgrc fi } } |