From 80131d14848a8ecf32f3b6aa543b9cfd1400937a Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Fri, 20 May 2011 21:45:34 +0200 Subject: [PATCH] sancp: changed to use default prefix (IssueID #104) --- network/sancp/sancp.conf | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/network/sancp/sancp.conf b/network/sancp/sancp.conf index 692787980..62118bbd1 100644 --- a/network/sancp/sancp.conf +++ b/network/sancp/sancp.conf @@ -2,7 +2,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../sancp/sancp.conf -# Copyright (C) 2007 - 2008 The OpenSDE Project +# Copyright (C) 2007 - 2011 The OpenSDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project # # More information can be found in the files COPYING and README. @@ -14,8 +14,7 @@ # --- SDE-COPYRIGHT-NOTE-END --- if [ "$prefix_auto" == 1 ]; then - prefix=opt/sancp - set_confopt + sysconfdir="$sysconfdir/$pkg" fi var_append makeopt ' ' "linux"