SPECS: dokuwiki-tpl-sidebar.spec - unify
glen
glen at pld-linux.org
Tue Jan 27 16:05:00 CET 2009
Author: glen Date: Tue Jan 27 15:05:00 2009 GMT
Module: SPECS Tag: HEAD
---- Log message:
- unify
---- Files affected:
SPECS:
dokuwiki-tpl-sidebar.spec (1.7 -> 1.8)
---- Diffs:
================================================================
Index: SPECS/dokuwiki-tpl-sidebar.spec
diff -u SPECS/dokuwiki-tpl-sidebar.spec:1.7 SPECS/dokuwiki-tpl-sidebar.spec:1.8
--- SPECS/dokuwiki-tpl-sidebar.spec:1.7 Tue Jan 27 16:03:34 2009
+++ SPECS/dokuwiki-tpl-sidebar.spec Tue Jan 27 16:04:54 2009
@@ -17,7 +17,7 @@
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
-%define _sysconfdir /etc/webapps/dokuwiki
+%define dokuconf /etc/webapps/dokuwiki
%define dokudir /usr/share/dokuwiki
%define tpldir %{dokudir}/lib/tpl/%{tpl}
@@ -56,8 +56,8 @@
%post
# force cache refresh
-if [ -f %{_sysconfdir}/local.php ]; then
- touch %{_sysconfdir}/local.php
+if [ -f %{dokuconf}/local.php ]; then
+ touch %{dokuconf}/local.php
fi
%files
@@ -71,6 +71,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.8 2009/01/27 15:04:54 glen
+- unify
+
Revision 1.7 2009/01/27 15:03:34 glen
- force cache refresh after install
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/dokuwiki-tpl-sidebar.spec?r1=1.7&r2=1.8&f=u
More information about the pld-cvs-commit
mailing list