From 9a1bdb4602258901cb851f9cf95a8e447b5cae2f Mon Sep 17 00:00:00 2001 From: Rene Rebe Date: Thu, 29 Jan 2004 00:11:42 +0000 Subject: [PATCH] some post apply cleanups for secpanel git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@2310 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/avm/secpanel/secpanel.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/avm/secpanel/secpanel.conf b/package/avm/secpanel/secpanel.conf index caad4a02a..0e571a68c 100644 --- a/package/avm/secpanel/secpanel.conf +++ b/package/avm/secpanel/secpanel.conf @@ -1,6 +1,6 @@ secpanel_custmain(){ - secpanel_instdir="$root/$prefix/lib/secpanel" - cp src/bin/secpanel $root/$prefix/bin + secpanel_instdir="$libdir/secpanel" + cp src/bin/secpanel $bindir mkdir -p ${secpanel_instdir} cp -r src/lib/secpanel/* ${secpanel_instdir} chmod 755 ${secpanel_instdir}