diff options
author | Chris Larson <clarson@kergoth.com> | 2004-01-22 05:04:57 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-01-22 05:04:57 +0000 |
commit | ed7b576c93ec11c390e27610fa4438025e28e595 (patch) | |
tree | 22622f2ca467165e098c4164eb17fdd486d423c9 /sqlite | |
parent | c394ab97c3fd1df894d3576ba5ce20abbfbccc44 (diff) |
Packaging fixes pass one - slowly getting all unpackaged files packaged up.
BKrev: 400f59f9xpqzar-AmUoCX8PT3DEwPA
Diffstat (limited to 'sqlite')
-rw-r--r-- | sqlite/sqlite_2.8.9.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sqlite/sqlite_2.8.9.oe b/sqlite/sqlite_2.8.9.oe index b1e71879c8..1ad5139ef6 100644 --- a/sqlite/sqlite_2.8.9.oe +++ b/sqlite/sqlite_2.8.9.oe @@ -28,6 +28,6 @@ do_stage() { } do_install() { - oe_runmake install prefix=${D} exec_prefix=${D} + oe_runmake install prefix=${D}/${prefix} exec_prefix=${D}/${exec_prefix} } |