From 47a12ab7c28003b216bcbfab682e3679374c4e83 Mon Sep 17 00:00:00 2001 From: Faiyaz Ahmed Date: Wed, 2 Apr 2008 14:38:42 +0000 Subject: [PATCH] Brain fart. Best not to copy a file then delete it in the following line. :-) --- codemux.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/codemux.spec b/codemux.spec index f889fcb..c2dadbc 100644 --- a/codemux.spec +++ b/codemux.spec @@ -37,10 +37,9 @@ make clean make RPM_VERSION=%{version}.%{taglevel} %install -install -D -m 644 codemux.logrotate $RPM_BUILD_ROOT/%{_sysconfdir}/logrotate.d/codemux rm -rf $RPM_BUILD_ROOT - make INSTALL_ROOT=$RPM_BUILD_ROOT install +install -D -m 644 codemux.logrotate $RPM_BUILD_ROOT/%{_sysconfdir}/logrotate.d/codemux %clean rm -rf $RPM_BUILD_ROOT -- 2.43.0