From 492206fe6cc9451fc9433653ec465e5649139cce Mon Sep 17 00:00:00 2001 From: Andreas Metzler Date: Mon, 16 Aug 2010 16:29:50 +0200 Subject: [PATCH] Remove unneeded directory creation There is no need to generate $mandir manually, dh_installman will do this if necessary. --- debian/rules | 1 - 1 file changed, 1 deletion(-) diff --git a/debian/rules b/debian/rules index 194dacf7..83613a6f 100755 --- a/debian/rules +++ b/debian/rules @@ -175,7 +175,6 @@ binary-arch: build $(LIBWINGS_TMP)/$(DOCDIR)/$(LIBWINGS)/README.WINGs $(install_file) $(WRASTERSRCDIR)/README \ $(LIBWRASTER_TMP)/$(DOCDIR)/$(LIBWRASTER)/README.wrlib - $(install_dir) $(DEBTMPDIR)/$(MAN1DIR) $(RM) $(DEBTMPDIR)/$(MAN1DIR)/convertstyle* dh_installman -a dh_installchangelogs -a ChangeLog -- 2.11.4.GIT