From 950cb5aca57d4fc1c9221b0ce80e4cc1149d2c14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Schneider?= Date: Tue, 3 Jun 2014 19:17:01 +0200 Subject: [PATCH] rules: fix static path --- rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules b/rules index 4c96958..a319c67 100755 --- a/rules +++ b/rules @@ -16,4 +16,4 @@ override_dh_install: install -d -m 0755 $(BUILD_DIR)/var/run/mandaye-meyzieu install -d -m 0755 $(BUILD_DIR)/var/log/mandaye-meyzieu install -d -m 0755 $(BUILD_DIR)/usr/share/mandaye-meyzieu - cp -R mandaye_meyzieu/static $(BUILD_DIR)/usr/share/mandaye-meyzieu + cp -R rp_meyzieu/static $(BUILD_DIR)/usr/share/mandaye-meyzieu