]> git.pld-linux.org Git - packages/php-pear-Auth.git/commitdiff
- simplifications in %install. php-pear-Auth-1_0_1-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.spec -> 1.6

php-pear-Auth.spec

index 5bd02198fee880adbd2c1c43351551b871bba95f..cb5e31b5f4e97d36f57a8711d7d3d0c609ab8215 100644 (file)
@@ -27,12 +27,10 @@ uwierzytelniania 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}
-install Container/*.php                $RPM_BUILD_ROOT%{php_pear_dir}/%{_class}
+install %{_pearname}-%{version}/*.php $RPM_BUILD_ROOT%{php_pear_dir}
+install %{_pearname}-%{version}/Container/*.php $RPM_BUILD_ROOT%{php_pear_dir}/%{_class}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.106306 seconds and 4 git commands to generate.