]> git.pld-linux.org Git - packages/php-pecl-uri_template.git/commitdiff
cleanups auto/th/php-pecl-uri_template-0.99.2-1
authorElan Ruusamäe <glen@delfi.ee>
Sun, 1 Sep 2013 09:40:51 +0000 (12:40 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Sun, 1 Sep 2013 09:40:51 +0000 (12:40 +0300)
php-pecl-uri_template.spec

index 287cc60b4f487efbe04587416a3c583d41de1f8a..12e767d5e79c3c1a7aab36d72f285c04de808fc4 100644 (file)
@@ -32,10 +32,6 @@ phpize
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{php_sysconfdir}/conf.d
-install -d $RPM_BUILD_ROOT{%{php_sysconfdir}/conf.d,%{php_extensiondir}}
-install -d $RPM_BUILD_ROOT{%{php_sysconfdir}/conf.d,%{php_extensiondir},%{_examplesdir}/%{name}-%{version}}
-
 %{__make} install \
        EXTENSION_DIR=%{php_extensiondir} \
        INSTALL_ROOT=$RPM_BUILD_ROOT
@@ -46,6 +42,7 @@ cat <<'EOF' > $RPM_BUILD_ROOT%{php_sysconfdir}/conf.d/%{modname}.ini
 extension=%{modname}.so
 EOF
 
+install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 cp -a examples/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 
 %clean
This page took 0.059142 seconds and 4 git commands to generate.