1 message in net.sourceforge.lists.courier-users[courier-users] error in the courier....
FromSent OnAttachments
Kristian Duus ØstergaardAug 2, 2002 4:12 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[courier-users] error in the courier.spec fileActions...
From:Kristian Duus Østergaard (kris@myobject.com)
Date:Aug 2, 2002 4:12:50 am
List:net.sourceforge.lists.courier-users

Hi,

The test for Mandrake in the spec file is wrong instead of :

%define is_not_mandrake %(test ! -x /etc/mandrake-release && echo 1 || echo 0)

it should be :

%define is_not_mandrake %(test ! -e /etc/mandrake-release && echo 1 || echo 0)