Search
j0ke.net Open Build Service
>
Projects
>
internetx
:
php5
:
EL5
:
extensions
>
php5-xcache
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 9
[-]
[+]
Changed
php-xcache.spec
@@ -44,7 +44,7 @@ mkdir -p $RPM_BUILD_ROOT/var/www/html/xcache/ %{__install} -D -m 0644 $RPM_SOURCE_DIR/xcache.ini $RPM_BUILD_ROOT%{_sysconfdir}/php.d/xcache.ini sed -i -e 's|/REPLACEME|%{php_extdir}|g' $RPM_BUILD_ROOT%{_sysconfdir}/php.d/xcache.ini -%{__install} -D -m 0644 admin/* $RPM_BUILD_ROOT%{_var}/www/html/xcache/ +%{__install} -D -m 0644 htdocs/* $RPM_BUILD_ROOT%{_var}/www/html/xcache/ %clean @@ -53,7 +53,7 @@ %files %defattr(-, root, root, 0755) -%doc xcache.ini admin/ +%doc xcache.ini THANKS README NEWS ChangeLog %config(noreplace) %{_sysconfdir}/php.d/xcache.ini %{php_extdir}/xcache.so %{_var}/www/html/xcache/*