If we have our init scripts in /etc/init.d as result of 'make install', we don't need to install them again in the .spec file.
Signed-off-by: Jan Safranek <[email protected]> --- dist/libcgroup.spec.in | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) diff --git a/dist/libcgroup.spec.in b/dist/libcgroup.spec.in index b7c2ba8..66e09a2 100644 --- a/dist/libcgroup.spec.in +++ b/dist/libcgroup.spec.in @@ -52,11 +52,6 @@ make %{?_smp_mflags} rm -rf $RPM_BUILD_ROOT make DESTDIR=$RPM_BUILD_ROOT install -# install init scripts -mkdir -p $RPM_BUILD_ROOT/%{_initrddir} -cp scripts/init.d/cgconfig $RPM_BUILD_ROOT/%{_initrddir}/cgconfig -cp scripts/init.d/cgred $RPM_BUILD_ROOT/%{_initrddir}/cgred - # install config files mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/sysconfig cp samples/cgred.conf $RPM_BUILD_ROOT/%{_sysconfdir}/sysconfig/cgred.conf ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Libcg-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libcg-devel
