diff options
author | An-Cheng Huang <ancheng@vyatta.com> | 2008-12-12 18:09:38 -0800 |
---|---|---|
committer | An-Cheng Huang <ancheng@vyatta.com> | 2008-12-12 18:09:38 -0800 |
commit | f01bb47ddce12b291c24720666d054221a9d29a9 (patch) | |
tree | 2749b61353adb051ea140a94d7b96ec053ed5c09 | |
parent | 07ecca6e0046617af6d028f3f79fd830da2d7d43 (diff) | |
download | vyatta-bash-f01bb47ddce12b291c24720666d054221a9d29a9.tar.gz vyatta-bash-f01bb47ddce12b291c24720666d054221a9d29a9.zip |
"files" file should be removed before package build
-rwxr-xr-x | debian/rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index a4b634e..0935fcc 100755 --- a/debian/rules +++ b/debian/rules @@ -131,6 +131,7 @@ stamps/stamp-install-bash: stamps/stamp-build-bash touch stamps/stamp-install-bash binary-bash: bash-install + rm -f debian/files dh_testdir dh_testroot dh_installchangelogs -p$(p) bash/CWRU/changelog |