[Mimedefang] [PATCH] Small patch to the RH spec file

Nate Carlson natecars at real-time.com
Mon Jun 10 12:51:51 EDT 2002


If you redefine the log directory right now, things won't build in the
spec file.

Here's a patch to fix.

-- 
Nate Carlson <natecars at real-time.com>   | Phone : (952)943-8700
http://www.real-time.com                | Fax   : (952)943-8500

-------------- next part --------------
diff -Naur mimedefang-2.15-BETA-2/redhat/mimedefang.spec mimedefang-2.15-BETA-2.nate/redhat/mimedefang.spec
--- mimedefang-2.15-BETA-2/redhat/mimedefang.spec	Mon Jun 10 09:37:33 2002
+++ mimedefang-2.15-BETA-2.nate/redhat/mimedefang.spec	Mon Jun 10 11:46:52 2002
@@ -125,7 +125,7 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 mkdir -p $RPM_BUILD_ROOT
-mkdir -p $RPM_BUILD_ROOT/var/log/mimedefang
+mkdir -p $RPM_BUILD_ROOT/%{dir_log}
 make install-redhat RPM_INSTALL_ROOT=$RPM_BUILD_ROOT
 
 %clean


More information about the MIMEDefang mailing list