summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAl Stone <ahs3@redhat.com>2013-01-02 13:42:24 -0700
committerAl Stone <ahs3@redhat.com>2013-01-02 13:42:24 -0700
commit49bcf7c42575f47da81d73594c9d00f0cb55536e (patch)
treeca02075ec8a8cad3c5c8a745cec89ea6595e66db
parentee0059e5f9f6cac76a870733e8469c5d977013c1 (diff)
parente968161f82044409c195d2af1030a46447429012 (diff)
downloadbootstrap.git.DONOTUSE-49bcf7c42575f47da81d73594c9d00f0cb55536e.tar.gz
bootstrap.git.DONOTUSE-49bcf7c42575f47da81d73594c9d00f0cb55536e.tar.xz
bootstrap.git.DONOTUSE-49bcf7c42575f47da81d73594c9d00f0cb55536e.zip
Merge branch 'aarch64-ahs3'
-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