summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipe.d/0034-tzdata4
1 files changed, 4 insertions, 0 deletions
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