aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/flac/flac_1.1.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/flac/flac_1.1.2.bb')
-rw-r--r--recipes/flac/flac_1.1.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/flac/flac_1.1.2.bb b/recipes/flac/flac_1.1.2.bb
index 70d30c98d7..eb328b9b91 100644
--- a/recipes/flac/flac_1.1.2.bb
+++ b/recipes/flac/flac_1.1.2.bb
@@ -10,6 +10,6 @@ do_configure_append () {
sed -i 's/-Wl,-read_only_relocs,warning//g' src/libFLAC/Makefile
}
-do_stage_append () {
+do_stage () {
install -m 0644 ${S}/include/FLAC/callback.h ${STAGING_INCDIR}/FLAC/callback.h
}