Author: toshio
Update of /cvs/extras/devel/gnotime In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25861
Modified Files: gnotime.spec Log Message: Correct typo in %pre.
Index: gnotime.spec =================================================================== RCS file: /cvs/extras/devel/gnotime/gnotime.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- gnotime.spec 31 Mar 2005 03:04:04 -0000 1.5 +++ gnotime.spec 31 Mar 2005 03:48:08 -0000 1.6 @@ -104,7 +104,7 @@ if [ "$1" -gt 1 ]; then export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` gconftool-2 --makefile-uninstall-rule \ - %{_syscondir}/gconf/schemas/gnotime.schemas &> /dev/null || : + %{_sysconfdir}/gconf/schemas/gnotime.schemas &> /dev/null || : # If applicable: # gconftool-2 --makefile-uninstall-rule \ # %{_sysconfdir}/gconf/schemas/OLDSCHEMA.schemas &> /dev/null || :
scm-commits@lists.fedoraproject.org