From 930a04d1e4435fbd2acc27b0744af5c51452c073 Mon Sep 17 00:00:00 2001
From: ale <ale@incal.net>
Date: Thu, 18 Aug 2016 14:15:27 +0000
Subject: [PATCH] oops, use correct noblogs webroot

---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index bf2ec49..374f58b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,7 +13,7 @@ include /usr/share/dpkg/default.mk
 override_dh_auto_configure:
 	dh_auto_configure -- \
 	--with-php=/opt/noblogs/bin/php-noblogs \
-	--with-wp-root=/opt/noblogs
+	--with-wp-root=/opt/noblogs/www
 
 
 
-- 
GitLab