From e968161f82044409c195d2af1030a46447429012 Mon Sep 17 00:00:00 2001 From: Al Stone Date: Wed, 2 Jan 2013 13:13:18 -0700 Subject: forced tzdata to install in the right place Signed-off-by: Al Stone --- recipe.d/0034-tzdata | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/recipe.d/0034-tzdata b/recipe.d/0034-tzdata index a61f815..6889d66 100644 --- a/recipe.d/0034-tzdata +++ b/recipe.d/0034-tzdata @@ -4,6 +4,10 @@ # cd $SRC/tzdata test -d obj && rm -rf obj +sed -e 's|@objpfx@|/stage2/rpmbuild/BUILD/tzdata/obj/|' \ + -e 's|@datadir@|/usr/share|' \ + -e 's|@install_root@|/|' \ + Makeconfig.in > Makeconfig make $J make $J install -- cgit