[packages/php-dirs] do not use dot in run-parts scanned dir

glen glen at pld-linux.org
Fri Oct 18 18:59:03 CEST 2013


commit e40788ec90e90c8e2a1b4013f58b75e1f7dde98c
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Fri Oct 18 19:58:58 2013 +0300

    do not use dot in run-parts scanned dir

 php-dirs.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/php-dirs.spec b/php-dirs.spec
index 8beea07..1112984 100644
--- a/php-dirs.spec
+++ b/php-dirs.spec
@@ -5,7 +5,7 @@ Summary:	Common dirs for different PHP versions
 Summary(pl.UTF-8):	Wspólne katalogi dla różnych wersji PHP
 Name:		php-dirs
 Version:	1.4
-Release:	2
+Release:	3
 License:	GPL
 Group:		Base
 Source0:	php-session.sh
@@ -33,7 +33,7 @@ install -d $RPM_BUILD_ROOT{%{php_data_dir}/tests,/etc/cron.hourly,/var/{cache,lo
 	$RPM_BUILD_ROOT%{_docdir}/phpdoc \
 	$RPM_BUILD_ROOT%{systemdtmpfilesdir}
 
-install -p %{SOURCE0} $RPM_BUILD_ROOT/etc/cron.hourly
+install -p %{SOURCE0} $RPM_BUILD_ROOT/etc/cron.hourly/php-session
 cp -p %{SOURCE1} $RPM_BUILD_ROOT%{systemdtmpfilesdir}/%{name}.conf
 
 %clean
@@ -50,7 +50,7 @@ fi
 %files
 %defattr(644,root,root,755)
 %{systemdtmpfilesdir}/%{name}.conf
-%attr(755,root,root) %{_sysconfdir}/cron.hourly/php-session.sh
+%attr(755,root,root) %{_sysconfdir}/cron.hourly/php-session
 %dir %{php_data_dir}
 %dir %{php_data_dir}/tests
 %dir %{_docdir}/phpdoc
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php-dirs.git/commitdiff/e40788ec90e90c8e2a1b4013f58b75e1f7dde98c



More information about the pld-cvs-commit mailing list