aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sox
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@rpsys.net>2008-02-28 12:28:20 +0000
committerRichard Purdie <rpurdie@rpsys.net>2008-02-28 12:28:20 +0000
commitdc9d3acf56b6eac5a864e97a6f58de9e498f9647 (patch)
treecbff7eeaa238852c6fb6c7011c496e422b464b4c /packages/sox
parent460190d359908c79a69ec403680823964c5eab63 (diff)
downloadopenembedded-dc9d3acf56b6eac5a864e97a6f58de9e498f9647.tar.gz
sox-native: Fix STAGING_DIR reference
Diffstat (limited to 'packages/sox')
-rw-r--r--packages/sox/sox-native_13.0.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/sox/sox-native_13.0.0.bb b/packages/sox/sox-native_13.0.0.bb
index 9b4dd29433..9be032260c 100644
--- a/packages/sox/sox-native_13.0.0.bb
+++ b/packages/sox/sox-native_13.0.0.bb
@@ -9,7 +9,7 @@ do_patch() {
}
do_stage() {
- make bindir="${STAGING_BINDIR}" libdir="${STAGING_LIBDIR}" mandir="${STAGING_DIR}/${HOST_SYS}/man" includedir="${STAGING_INCDIR}" install
+ make bindir="${STAGING_BINDIR}" libdir="${STAGING_LIBDIR}" mandir="${STAGING_DIR_HOST}${layout_mandir}" includedir="${STAGING_INCDIR}" install
rm ${STAGING_BINDIR}/rec
ln -s ${STAGING_BINDIR}/play ${STAGING_BINDIR}/rec
}