From: Michael Schutte Date: Wed, 20 Jul 2011 21:09:02 +0000 (+0200) Subject: Don’t ship project documentation in /usr/share/xul-ext X-Git-Tag: debian/1.0b6-1~16 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=994c1e11b095fc43ce3467a20252471f55910779;p=dactyl.git Don’t ship project documentation in /usr/share/xul-ext --- diff --git a/debian/rules b/debian/rules index ec1f85d..0e1a1ad 100755 --- a/debian/rules +++ b/debian/rules @@ -6,7 +6,7 @@ PACKAGES=pentadactyl dh $@ --with xul-ext override_dh_auto_build: - make DIRS=$(PACKAGES) MANGLE=dactyl xpi + make DIRS=$(PACKAGES) MANGLE=dactyl XPI_FILES=bootstrap.js xpi override_dh_auto_install: for PACKAGE in $(PACKAGES); \