From 962a0276a1ba5d09bdcca6647cce176e127b1fcd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Schneider?= Date: Tue, 19 Aug 2014 18:13:48 +0200 Subject: [PATCH] add static in the package --- dirs | 1 + rules | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 dirs diff --git a/dirs b/dirs new file mode 100644 index 0000000..f8d6701 --- /dev/null +++ b/dirs @@ -0,0 +1 @@ +usr/share/mandaye diff --git a/rules b/rules index e93222c..6e34224 100755 --- a/rules +++ b/rules @@ -6,4 +6,6 @@ %: dh $@ --with python2 - +override_dh_install: + dh_install + cp -R mandaye/static $(BUILD_DIR)/usr/share/mandaye