- Added:
+ slrn-correct-path-to-sendmail.patch: The ed stanza in %setup
is causing a buildfailure in openSUSE:Factory, and I don't
understand ed/regexp well enough to fix it that way. Patching the
file directly seems to work fine.
OBS-URL: https://build.opensuse.org/request/show/460993
OBS-URL: https://build.opensuse.org/package/show/server:mail/slrn?expand=0&rev=22
14 lines
553 B
Diff
14 lines
553 B
Diff
Index: slrn-1.0.2/src/slrnfeat.hin
|
|
===================================================================
|
|
--- slrn-1.0.2.orig/src/slrnfeat.hin
|
|
+++ slrn-1.0.2/src/slrnfeat.hin
|
|
@@ -179,7 +179,7 @@
|
|
# define SLRN_SIGNATURE_FILE ".signature"
|
|
/* Changing these here has no effect when using ./configure */
|
|
# ifndef SLRN_SENDMAIL_COMMAND
|
|
-# define SLRN_SENDMAIL_COMMAND "/usr/lib/sendmail -oi -t -oem -odb"
|
|
+# define SLRN_SENDMAIL_COMMAND "/usr/sbin/sendmail -oi -t -oem -odb"
|
|
# endif
|
|
# endif /* unix */
|
|
# endif /* os2 */
|