From e763512783849b503c1ba17a3a850ca288728d35 Mon Sep 17 00:00:00 2001 From: Christopher Aillon Date: Fri, 21 Jan 2011 17:58:47 -0800 Subject: [PATCH] Fix typo in the configure flag It's --with-dbus-daemondir --- at-spi2-core.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/at-spi2-core.spec b/at-spi2-core.spec index e855c4d..c83dc37 100644 --- a/at-spi2-core.spec +++ b/at-spi2-core.spec @@ -42,7 +42,7 @@ API documentation for libatspi. %setup -q %build -%configure --with-dbus-daemon=/bin --disable-relocate +%configure --with-dbus-daemondir=/bin --disable-relocate sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool