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

php-pear-System_Command.spec

index e870ad5e4a3dfb4f84347277cb1eb48c4e212d28..dbaf1fa3b8f656e92f8ee9d8fb92aff9638ef7bf 100644 (file)
@@ -35,11 +35,9 @@ niepowodzenia.
 
 %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.034028 seconds and 4 git commands to generate.