gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] /srv/bzr/gsrc/trunk r1168: forgot to add mcron patch


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r1168: forgot to add mcron patch
Date: Thu, 15 Nov 2012 09:09:21 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 1168
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Thu 2012-11-15 09:09:21 +0100
message:
  forgot to add mcron patch
added:
  gnu/mcron/files/
  gnu/mcron/files/mcron-1.0.6-fix-config.diff
=== added directory 'gnu/mcron/files'
=== added file 'gnu/mcron/files/mcron-1.0.6-fix-config.diff'
--- a/gnu/mcron/files/mcron-1.0.6-fix-config.diff       1970-01-01 00:00:00 
+0000
+++ b/gnu/mcron/files/mcron-1.0.6-fix-config.diff       2012-11-15 08:09:21 
+0000
@@ -0,0 +1,14 @@
+diff -x config.log -x config.status -ru work/mcron-1.0.6/configure 
work/mcron-1.0.6/configure
+--- work/mcron-1.0.6/configure 2010-06-19 18:44:13.000000000 +0000
++++ work/mcron-1.0.6/configure 2012-11-14 22:43:02.830436902 +0000
+@@ -3850,8 +3850,8 @@
+ 
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for guile version >= 1.8.0" 
>&5
+ $as_echo_n "checking for guile version >= 1.8.0... " >&6; }
+-if $GUILE --version | $HEAD -1 | $AWK '{print $2}' | \
+-     $EGREP -q '^1\.8\.'; then
++if $GUILE --version | $HEAD -1 | $AWK '{print $4}' | \
++     $EGREP -q '^2\.0.'; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: OK" >&5
+ $as_echo "OK" >&6; }
+ else


reply via email to

[Prev in Thread] Current Thread [Next in Thread]