From 8b866abb4b308f77f5a28550debe86d845af8efb Mon Sep 17 00:00:00 2001 From: Fredrik Tolf Date: Tue, 23 Oct 2007 05:13:09 +0200 Subject: [PATCH] Use ${_sysconfdir} instead of PLD's ${_appconfdir}. --- doldaconnect.spec.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doldaconnect.spec.in b/doldaconnect.spec.in index a541321..a21ab4c 100644 --- a/doldaconnect.spec.in +++ b/doldaconnect.spec.in @@ -49,7 +49,7 @@ Daemon for %{name} that does all the actual work of filesharing. %setup %build -%configure --sysconfdir=%{_appconfdir} --disable-rpath --with-guile \ +%configure --disable-rpath --with-guile \ --enable-gtk2ui --enable-guishell --with-pam \ --with-krb5 --enable-gnomeapplet %{__make} @@ -93,8 +93,8 @@ ${_libdir}/libdcui.la %{_includedir}/doldaconnect/*.h %files -n doldacond -%dir %{_appconfdir} -%config(noreplace) %{_appconfdir}/* +%dir %{_sysconfdir} +%config(noreplace) %{_sysconfdir}/* %{_bindir}/doldacond %{_bindir}/locktouch %{_bindir}/tthsum -- 2.11.0