diff options
author | Russ Allbery <rra@stanford.edu> | 2007-12-01 05:35:49 +0000 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2007-12-01 05:35:49 +0000 |
commit | 3ec3940f6ef67ca28cf431e2b767d3e8affd104d (patch) | |
tree | 17496764784e860cb8db5bf7ad79de79e1df1434 | |
parent | 240322a68afb674cd345d173df606383ee1a3b9c (diff) |
This still doesn't work. Try to figure out why.
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 145a7f1..7971ea2 100755 --- a/debian/rules +++ b/debian/rules @@ -56,7 +56,7 @@ install: build-stamp cd $(CURDIR)/perl && perl Makefile.PL INSTALLDIRS=vendor $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp dh_installdirs - dh_install --fail-missing + dh_install --list-missing binary: binary-arch binary-indep |