diff options
author | An-Cheng Huang <ancheng@vyatta.com> | 2008-12-12 18:09:39 -0800 |
---|---|---|
committer | An-Cheng Huang <ancheng@vyatta.com> | 2008-12-12 18:09:39 -0800 |
commit | 1d11c204e748cb122b267cc97b5be597d4797c23 (patch) | |
tree | 79a592a2a9789ad759e36a3e4e5b7bdcb468e676 | |
parent | 77c3d72e0308f9a0d4d677f5ed816f1e09760cfe (diff) | |
download | vyatta-cluster-1d11c204e748cb122b267cc97b5be597d4797c23.tar.gz vyatta-cluster-1d11c204e748cb122b267cc97b5be597d4797c23.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 178d84b..daed2de 100755 --- a/debian/rules +++ b/debian/rules @@ -78,6 +78,7 @@ install: build # Build architecture-independent files here. binary-indep: build install + rm -f debian/files dh_testdir dh_testroot dh_installchangelogs ChangeLog |