SPECS: amanda.spec - fix sed command

baggins baggins at pld-linux.org
Tue Sep 27 17:04:35 CEST 2005


Author: baggins                      Date: Tue Sep 27 15:04:34 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fix sed command

---- Files affected:
SPECS:
   amanda.spec (1.132 -> 1.133) 

---- Diffs:

================================================================
Index: SPECS/amanda.spec
diff -u SPECS/amanda.spec:1.132 SPECS/amanda.spec:1.133
--- SPECS/amanda.spec:1.132	Tue Sep 27 16:27:07 2005
+++ SPECS/amanda.spec	Tue Sep 27 17:04:29 2005
@@ -174,9 +174,9 @@
 	SETUID_GROUP=`id -g`
 
 install %{SOURCE1} $RPM_BUILD_ROOT/etc/cron.d/amanda-srv
-sed -e '|/usr/lib|%{_libdir}|' %{SOURCE2} >$RPM_BUILD_ROOT/etc/sysconfig/rc-inetd/amanda
-sed -e '|/usr/lib|%{_libdir}|' %{SOURCE3} >$RPM_BUILD_ROOT/etc/sysconfig/rc-inetd/amandaidx
-sed -e '|/usr/lib|%{_libdir}|' %{SOURCE4} >$RPM_BUILD_ROOT/etc/sysconfig/rc-inetd/amidxtape
+sed -e 's|/usr/lib|%{_libdir}|' %{SOURCE2} >$RPM_BUILD_ROOT/etc/sysconfig/rc-inetd/amanda
+sed -e 's|/usr/lib|%{_libdir}|' %{SOURCE3} >$RPM_BUILD_ROOT/etc/sysconfig/rc-inetd/amandaidx
+sed -e 's|/usr/lib|%{_libdir}|' %{SOURCE4} >$RPM_BUILD_ROOT/etc/sysconfig/rc-inetd/amidxtape
 
 install %{SOURCE5} $RPM_BUILD_ROOT%{_sysconfdir}/amanda
 install example/*.ps $RPM_BUILD_ROOT%{_localstatedir}/amanda
@@ -357,6 +357,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.133  2005/09/27 15:04:29  baggins
+- fix sed command
+
 Revision 1.132  2005/09/27 14:27:07  baggins
 - fix x8664 libdir
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/amanda.spec?r1=1.132&r2=1.133&f=u




More information about the pld-cvs-commit mailing list