diff options
| author | Koen Kooi <koen@openembedded.org> | 2009-06-19 10:02:31 +0200 |
|---|---|---|
| committer | Koen Kooi <koen@openembedded.org> | 2009-06-19 10:02:31 +0200 |
| commit | fab2a49c1a2679bc92e62cba0a0a0c65ae032cac (patch) | |
| tree | 42df9f150b9310e9fb111c28faf4923a2a3c0ff6 /recipes/pax-utils/pax-utils-native_0.1.19.bb | |
| parent | 31d6afe558939ef10ab7678a6f398ed57e53d072 (diff) | |
| parent | 036881b90919d04089d418067d076f391d82ea29 (diff) | |
Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/pax-utils/pax-utils-native_0.1.19.bb')
| -rw-r--r-- | recipes/pax-utils/pax-utils-native_0.1.19.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/pax-utils/pax-utils-native_0.1.19.bb b/recipes/pax-utils/pax-utils-native_0.1.19.bb index 5a56c01aa4..633e0781f0 100644 --- a/recipes/pax-utils/pax-utils-native_0.1.19.bb +++ b/recipes/pax-utils/pax-utils-native_0.1.19.bb @@ -3,7 +3,7 @@ inherit native require pax-utils_${PV}.bb do_stage() { - oe_runmake PREFIX=${STAGING_DIR_HOST}${layout_prefix} install + oe_runmake PREFIX=${STAGING_DIR_HOST}${layout_exec_prefix} install } do_install() { |
