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

php-pear-HTML_Table.spec

index 8197cab1c64b62c4ac9dccea47e953be68abf25e..2ae521598b6fa91e63386bb57888c6b908f041eb 100644 (file)
@@ -1,3 +1,4 @@
+c# $Revision: 1.4 $, $Date: 2002-06-30 19:43:12 $
 %include       /usr/lib/rpm/macros.php
 %define                _class          HTML
 %define                _subclass       Table
@@ -40,11 +41,9 @@ tworzenia tabel HTML.
 
 %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.140624 seconds and 4 git commands to generate.