summaryrefslogtreecommitdiffstats
path: root/recipes/gob2
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gob2')
-rw-r--r--recipes/gob2/gob2_2.0.14.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gob2/gob2_2.0.14.bb b/recipes/gob2/gob2_2.0.14.bb
index eca8d13795..86f2f0979e 100644
--- a/recipes/gob2/gob2_2.0.14.bb
+++ b/recipes/gob2/gob2_2.0.14.bb
@@ -12,6 +12,6 @@ do_compile_prepend() {
find ${S} -name Makefile | xargs sed -i 's~-I$(includedir)~-I${STAGING_INCDIR}~g'
}
-do_stage_append() {
+do_stage() {
install -m 0644 ${S}/gob2.m4 ${STAGING_DATADIR}/aclocal
}