git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
460190d
)
sox-native: Fix STAGING_DIR reference
author
Richard Purdie
<rpurdie@rpsys.net>
Thu, 28 Feb 2008 12:28:20 +0000
(12:28 +0000)
committer
Richard Purdie
<rpurdie@rpsys.net>
Thu, 28 Feb 2008 12:28:20 +0000
(12:28 +0000)
packages/sox/sox-native_13.0.0.bb
patch
|
blob
|
history
diff --git
a/packages/sox/sox-native_13.0.0.bb
b/packages/sox/sox-native_13.0.0.bb
index
9b4dd29
..
9be0322
100644
(file)
--- 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
}