diff options
author | Daniel Baumann <daniel@debian.org> | 2008-11-12 00:33:19 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:03:44 +0100 |
commit | 500bcffa84e23049f82a3623a00d23fa62890028 (patch) | |
tree | cc4c1905c0f7f233dc607be9641aaf42eada71f6 /debian | |
parent | 4e07c78e0b8c115ff417e919c81ea6b38589e4d1 (diff) | |
download | vyos-live-build-500bcffa84e23049f82a3623a00d23fa62890028.tar.gz vyos-live-build-500bcffa84e23049f82a3623a00d23fa62890028.zip |
Correcting typo in dh_prep call in rules.
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index d918a58f6..fb7148429 100755 --- a/debian/rules +++ b/debian/rules @@ -22,7 +22,7 @@ build: install: build dh_testdir dh_testroot - dh_preop + dh_prep dh_installdirs # Installing package |