diff options
author | Daniel Baumann <daniel@debian.org> | 2009-10-22 06:34:51 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:09:47 +0100 |
commit | 608089e033432cb128569a4468ec85bc9cdfd56c (patch) | |
tree | 8a4ac2530591c92fe9703e911453352b0ea8cb5a /debian/rules | |
parent | f0b56024f453ff1b34a1a615a3d9dc34c2e2be58 (diff) | |
download | vyos-live-build-608089e033432cb128569a4468ec85bc9cdfd56c.tar.gz vyos-live-build-608089e033432cb128569a4468ec85bc9cdfd56c.zip |
Don't use dh_clean in favour of dh_prep.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index ac1a3573c..4b7ce63ae 100755 --- a/debian/rules +++ b/debian/rules @@ -15,7 +15,7 @@ build: install: build dh_testdir dh_testroot - dh_clean -k + dh_prep dh_installdirs # Installing package |