diff options
author | P. J. McDermott <pjm@nac.net> | 2012-10-09 21:19:46 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-10-09 21:19:46 (EDT) |
commit | 771fee237b55c17a6ac38016f498664a667c6089 (patch) | |
tree | 82ef44c7b09b785a9d62b1a88a47974e0358d3ca /src | |
parent | c5bb5cea6ab3eafe04c70eff10146d671d8f8bab (diff) |
Fix install destination of runtime platconf files.
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 c87a590..126b3a0 100644 --- a/src/ob-installplatconf.sh +++ b/src/ob-installplatconf.sh @@ -41,7 +41,7 @@ main() for pkg in ${OPK_PACKAGES}; do if [ -r "../${pkg}.pkg/config" ]; then - copy_config "${pkg}.pkg/config" 'dest' + copy_config "${pkg}.pkg/config" "${pkg}.data" copied='true' fi done |