From 8c5ce8089e5208c99945001a2d93c64dbb8b6438 Mon Sep 17 00:00:00 2001 From: Nagy Karoly Gabriel Date: Sun, 11 Oct 2009 17:42:28 +0300 Subject: [PATCH] dlog: moved dlog to /opt/dlog instead of directly in /usr --- base/dlog/dlog.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/base/dlog/dlog.conf b/base/dlog/dlog.conf index ee101eb89..bbed88004 100644 --- a/base/dlog/dlog.conf +++ b/base/dlog/dlog.conf @@ -12,4 +12,9 @@ # GNU General Public License can be found in the file COPYING. # --- SDE-COPYRIGHT-NOTE-END --- +if [ "$prefix_auto" == "1" ]; then + prefix="opt/dlog" + set_confopt +fi + configscript='./configure.pl'