diff options
author | Daniel Baumann <daniel@debian.org> | 2008-11-07 18:07:07 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:03:44 +0100 |
commit | bf7f34fb586a11e8f0b604e37f854e2df135486e (patch) | |
tree | 7b8f554ca7f95fd151f16efc0402218c91a7dd52 /debian/rules | |
parent | 22a06c656686d64a8624b3c07210583c3f764cbe (diff) | |
download | vyos-live-build-bf7f34fb586a11e8f0b604e37f854e2df135486e.tar.gz vyos-live-build-bf7f34fb586a11e8f0b604e37f854e2df135486e.zip |
Replacing obsolete dh_clean -k with 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 d50096552..d918a58f6 100755 --- a/debian/rules +++ b/debian/rules @@ -22,7 +22,7 @@ build: install: build dh_testdir dh_testroot - dh_clean -k + dh_preop dh_installdirs # Installing package |