Fix typo in the configure flag

It's --with-dbus-daemondir
This commit is contained in:
Christopher Aillon 2011-01-21 17:58:47 -08:00
parent 4bb7e7f827
commit e763512783

View File

@ -42,7 +42,7 @@ API documentation for libatspi.
%setup -q %setup -q
%build %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|^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 sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool