From: Faiyaz Ahmed Date: Wed, 2 Apr 2008 14:38:42 +0000 (+0000) Subject: Brain fart. Best not to copy a file then delete it in the following line. :-) X-Git-Tag: CoDemux-0.1-9~5 X-Git-Url: http://git.onelab.eu/?p=codemux.git;a=commitdiff_plain;h=47a12ab7c28003b216bcbfab682e3679374c4e83 Brain fart. Best not to copy a file then delete it in the following line. :-) --- 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