summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAl Stone <ahs3@redhat.com>2013-01-02 13:13:18 -0700
committerAl Stone <ahs3@redhat.com>2013-01-02 13:13:18 -0700
commite968161f82044409c195d2af1030a46447429012 (patch)
tree05eb2ab537bfc9a1d407df0f6a300a3925bac180
parentf100fd983ef27e0aadab6e63e1a5845941e4ad0e (diff)
downloadbootstrap.git.DONOTUSE-e968161f82044409c195d2af1030a46447429012.tar.gz
bootstrap.git.DONOTUSE-e968161f82044409c195d2af1030a46447429012.tar.xz
bootstrap.git.DONOTUSE-e968161f82044409c195d2af1030a46447429012.zip
forced tzdata to install in the right place
Signed-off-by: Al Stone <ahs3@redhat.com>
-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