|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
|
# |
|
|
|
|
# Filename: package/.../argus-clients/argus-clients.conf |
|
|
|
|
# Copyright (C) 2007 The OpenSDE Project |
|
|
|
|
# Copyright (C) 2007 - 2011 The OpenSDE Project |
|
|
|
|
# |
|
|
|
|
# More information can be found in the files COPYING and README. |
|
|
|
|
# |
|
|
|
@ -12,12 +12,11 @@
|
|
|
|
|
# GNU General Public License can be found in the file COPYING. |
|
|
|
|
# --- SDE-COPYRIGHT-NOTE-END --- |
|
|
|
|
|
|
|
|
|
if pkginstalled argus ; then |
|
|
|
|
if [ "prefix_auto" = 1 ]; then |
|
|
|
|
pkgprefix -t argus |
|
|
|
|
prefix="$( pkgprefix argus )" |
|
|
|
|
else |
|
|
|
|
[[ $prefix_auto = 1 ]] && prefix="opt/argus" |
|
|
|
|
sysconfdir="$( pkgprefix sysconfdir argus )" |
|
|
|
|
set_confopt |
|
|
|
|
fi |
|
|
|
|
set_confopt |
|
|
|
|
|
|
|
|
|
var_append makeopt " " "DESTDIR=$root" |
|
|
|
|