diff options
| author | Daniel Baumann <daniel@debian.org> | 2007-09-23 10:05:21 +0200 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2007-09-23 10:05:21 +0200 |
| commit | e871d8d6a788db462cf01399fcdb0b3fe0e9d40d (patch) | |
| tree | d101839dcaff407f24698ac3bc111fe311dd0d5e /debian/rules | |
| parent | c7f53a9af5d7862c90a77bc754b1c0354b905bbb (diff) | |
| download | vyos-live-build-e871d8d6a788db462cf01399fcdb0b3fe0e9d40d.tar.gz vyos-live-build-e871d8d6a788db462cf01399fcdb0b3fe0e9d40d.zip | |
Adding live-helper 1.0~a27-1.
Diffstat (limited to 'debian/rules')
| -rwxr-xr-x | debian/rules | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/debian/rules b/debian/rules index 92b7fff57..0da777ec3 100755 --- a/debian/rules +++ b/debian/rules @@ -4,9 +4,8 @@ #export DH_VERBOSE=1 upstream: - # Needs: subversion - cd .. && svn co svn://svn.debian.org/debian-live/dists/trunk/live-helper || true - find . -type d -name .svn | xargs rm -rf + cd .. && git clone git://git.debian.org/git/users/daniel/live-helper.git || true + rm -rf ../live-helper/.git build: |
