From 12d922c562b795bfb397883340d5a17ab874764b Mon Sep 17 00:00:00 2001 From: Al Stone Date: Wed, 2 Jan 2013 16:32:59 -0700 Subject: correct paths for redhat-rpm-config installation Signed-off-by: Al Stone --- recipe.d/0035-redhat-rpm-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe.d/0035-redhat-rpm-config b/recipe.d/0035-redhat-rpm-config index 6ab3c38..7bbdd2b 100644 --- a/recipe.d/0035-redhat-rpm-config +++ b/recipe.d/0035-redhat-rpm-config @@ -6,4 +6,4 @@ cd $SRC/redhat-rpm-config-* make install - cp -p /usr/share/libtool/config/config.{guess,sub} /usr/lib${SUFFIX}/rpm/redhat/ + cp -p /usr/share/libtool/config/config.{guess,sub} /usr/lib/rpm/redhat/ -- cgit