From 22fa9d914332bba83a791a368d3c8a920fcd6dcd Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sat, 20 Oct 2012 15:49:52 -0400 Subject: s/config/platconf/ in ob-installplatconf. This changed in SPF 2.0. --- (limited to 'src/ob-installplatconf.sh') diff --git a/src/ob-installplatconf.sh b/src/ob-installplatconf.sh index 9fc565b..d179cc4 100644 --- a/src/ob-installplatconf.sh +++ b/src/ob-installplatconf.sh @@ -34,14 +34,14 @@ main() copied='false' - if [ -r '../config' ]; then - copy_config 'config' '.' + if [ -r '../platconf' ]; then + copy_config 'platconf' '.' copied='true' fi for pkg in ${OPK_PACKAGES}; do - if [ -r "../${pkg}.pkg/config" ]; then - copy_config "${pkg}.pkg/config" "${pkg}.data" + if [ -r "../${pkg}.pkg/platconf" ]; then + copy_config "${pkg}.pkg/platconf" "${pkg}.data" copied='true' fi done -- cgit v0.9.1