]> git.pld-linux.org Git - packages/php-pear-Auth_HTTP.git/commitdiff
- simplifications in %install. php-pear-Auth_HTTP-1_0-1
authorkloczek <kloczek@pld-linux.org>
Sun, 30 Jun 2002 19:43:12 +0000 (19:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-pear-Auth_HTTP.spec -> 1.3

php-pear-Auth_HTTP.spec

index 4d9533058a9d730611f0293c4002ce116fadd010..56be8e120af7ab04994f22c3b83f345787d0acba 100644 (file)
@@ -25,11 +25,9 @@ Metody do tworzenia systemu uwierzytelniania HTTP przy u
 
 %install
 rm -rf $RPM_BUILD_ROOT
-cd %{_pearname}-%{version}
-
 install -d $RPM_BUILD_ROOT%{php_pear_dir}/%{_class}
 
-install *.php                  $RPM_BUILD_ROOT%{php_pear_dir}/%{_class}/
+install %{_pearname}-%{version}/*.php $RPM_BUILD_ROOT%{php_pear_dir}/%{_class}/
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.201009 seconds and 4 git commands to generate.