diff options
author | Russ Allbery <rra@stanford.edu> | 2007-03-09 04:23:31 +0000 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2007-03-09 04:23:31 +0000 |
commit | 5bba7fc8518efc0a4a1cffac91e4c10a49e961eb (patch) | |
tree | 73bd50953a2b1c7be367c5a6298f8431cf33f8cc /debian/rules | |
parent | f4d4df63f4d29150896414c5673e9efdcd780308 (diff) |
Don't use --fail-missing on dh_install yet. We don't care about the
wallet client yet.
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 b3bf80e..70c594d 100755 --- a/debian/rules +++ b/debian/rules @@ -53,7 +53,7 @@ install: build-stamp dh_testroot dh_clean $(MAKE) install prefix=$(CURDIR)/debian/tmp/usr - dh_install --fail-missing + dh_install binary: binary-arch binary-indep binary-indep: |