diff options
author | P. J. McDermott <pjm@nac.net> | 2012-10-09 21:18:14 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-10-09 21:18:14 (EDT) |
commit | c5bb5cea6ab3eafe04c70eff10146d671d8f8bab (patch) | |
tree | a3edcf4feb1b9c393d739662207391704e89c5de /src | |
parent | 3a944a224c27a4bc366335b87b328a90040b7b9e (diff) |
Install platconf files only for built packages.
Diffstat (limited to 'src')
-rw-r--r-- | src/ob-installplatconf.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ob-installplatconf.sh b/src/ob-installplatconf.sh index 488c1cd..c87a590 100644 --- a/src/ob-installplatconf.sh +++ b/src/ob-installplatconf.sh @@ -39,7 +39,7 @@ main() copied='true' fi - for pkg in $(ob_get_binary_packages); do + for pkg in ${OPK_PACKAGES}; do if [ -r "../${pkg}.pkg/config" ]; then copy_config "${pkg}.pkg/config" 'dest' copied='true' |