From 950d870cb480fb08b2800093fbbd1bf799e255e0 Mon Sep 17 00:00:00 2001 From: Dimitris Aragiorgis Date: Mon, 16 Jul 2012 20:45:50 +0300 Subject: [PATCH] Add --with-extstorage-search-path Signed-off-by: Dimitris Aragiorgis --- debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rules b/debian/rules index c98abab..4d60fab 100755 --- a/debian/rules +++ b/debian/rules @@ -16,6 +16,7 @@ override_dh_auto_configure: --with-export-dir=/var/lib/ganeti/export \ --with-iallocator-search-path=/usr/local/lib/ganeti/iallocators,/usr/lib/ganeti/iallocators \ --with-os-search-path=/srv/ganeti/os,/usr/local/lib/ganeti/os,/usr/lib/ganeti/os,/usr/share/ganeti/os \ + --with-extstorage-search-path=/srv/ganeti/extstorage,/usr/local/lib/ganeti/extstorage,/usr/lib/ganeti/extstorage,/usr/share/ganeti/extstorage \ --docdir=/usr/share/doc/ganeti \ --enable-htools-rapi --enable-restricted-commands \ --with-user-prefix=$(GNT_USERGROUP_PREFIX) \ -- 1.7.10.4