]> git.pld-linux.org Git - packages/apt.git/commitdiff
- more simplifications.
authorkloczek <kloczek@pld-linux.org>
Thu, 16 Nov 2000 08:21:20 +0000 (08:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apt.spec -> 1.12

apt.spec

index fffbaa366d634fea6fec8c6dc56cd5d57af61a69..cacf89539691878f6dba25ce873be06041a1f934 100644 (file)
--- a/apt.spec
+++ b/apt.spec
@@ -101,16 +101,15 @@ install -d $RPM_BUILD_ROOT/var/cache/apt/archives/partial
        $RPM_BUILD_ROOT/var/state/apt/lists/partial \
        $RPM_BUILD_ROOT{%{_includedir}/apt-pkg,%{_libdir}/apt,%{_mandir}/man{5,8}}
 
-cp -a  bin/libapt-pkg.so.*     $RPM_BUILD_ROOT%{_libdir}/
-cp -a  bin/libapt-pkg.so       $RPM_BUILD_ROOT%{_libdir}/
+install bin/libapt-pkg.so* $RPM_BUILD_ROOT%{_libdir}
 
 install bin/{apt-{get,cache,config,cdrom},genpkglist,gensrclist} \
        tools/genbasedir $RPM_BUILD_ROOT%{_bindir}
 
-install -D apt-pkg/{*.h,*/*.h} $RPM_BUILD_ROOT%{_includedir}/apt-pkg
+install apt-pkg/{*.h,*/*.h} $RPM_BUILD_ROOT%{_includedir}/apt-pkg
 
-install -D doc/*.5 $RPM_BUILD_ROOT/%{_mandir}/man5
-install -D doc/.8 $RPM_BUILD_ROOT/%{_mandir}/man8
+install doc/*.5 $RPM_BUILD_ROOT/%{_mandir}/man5
+install doc/.8 $RPM_BUILD_ROOT/%{_mandir}/man8
 
 install  bin/methods/* $RPM_BUILD_ROOT%{_libdir}/apt
 
This page took 0.073283 seconds and 4 git commands to generate.