summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ob-installplatconf.sh8
1 files changed, 4 insertions, 4 deletions
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