From 647ba9361cb778f4218002af817a736d163a6f96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Schneider?= Date: Wed, 23 Oct 2013 19:16:59 +0200 Subject: [PATCH] rules: typo fix --- rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules b/rules index 35be1ff..7427905 100755 --- a/rules +++ b/rules @@ -12,7 +12,7 @@ override_dh_install: done install -d -m 0755 $(BUILD_DIR)/var/lib/mandaye-cam install -d -m 0755 $(BUILD_DIR)/var/lib/mandaye-cam/data - install -d -m 0755 $(BUILD_DIR)/var/run/mandaye-ca + install -d -m 0755 $(BUILD_DIR)/var/run/mandaye-cam install -d -m 0755 $(BUILD_DIR)/var/log/mandaye-cam install -d -m 0755 $(BUILD_DIR)/usr/share/mandaye-cam cp -R cam/static $(BUILD_DIR)/usr/share/mandaye-cam