]> git.pld-linux.org Git - packages/cdtool.git/commitdiff
- "cp -a" preserves symbolic links ( "install" doesn't )
authorbszx <bszx@pld-linux.org>
Tue, 22 Feb 2000 18:41:27 +0000 (18:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cdtool.spec -> 1.6

cdtool.spec

index 891e2b24ba10b9cb3ac73b07edc74a257271cd2b..d980e664fdb3f1410074c21ece70e14feed77d29 100644 (file)
@@ -1,5 +1,5 @@
 Summary:       Powerful command line CDROM player and tools.
-Summary(pl):   Odtwarzacz p³yt CD wywo³ywany z linii komend
+Summary(pl):   Odtwarzacz p³yt CD wywo³any z lini komend
 Name:          cdtool
 Version:       2.1.5
 Release:       1
@@ -25,13 +25,14 @@ Pakiet zawiera odtwarzacz p
 make clean noobjs cdown cdadd DEBUG_FLAGS="$RPM_OPT_FLAGS"
 make cdctrl DEBUG_FLAGS="$RPM_OPT_FLAGS -s -DCDCTRL"
 make noobjs
-make cdtool links DEBUG_FLAGS="$RPM_OPT_FLAGS -s"
+make cdtool DEBUG_FLAGS="$RPM_OPT_FLAGS -s"
+make links
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
-install cd{ctrl,ir,eject,info,loop,add,own,pause,reset,shuffle,start,stop,tool} \
+cp -a cd{ctrl,ir,eject,info,loop,add,own,pause,reset,shuffle,start,stop,tool} \
        $RPM_BUILD_ROOT%{_bindir}
 install {cdtool,cdctrl,cdown}.1 $RPM_BUILD_ROOT%{_mandir}/man1
 
This page took 0.070104 seconds and 4 git commands to generate.