diff options
Diffstat (limited to 'x11-wm/metacity/files/patch-configure')
-rw-r--r-- | x11-wm/metacity/files/patch-configure | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-wm/metacity/files/patch-configure b/x11-wm/metacity/files/patch-configure index 074648a0f..155c6ecfc 100644 --- a/x11-wm/metacity/files/patch-configure +++ b/x11-wm/metacity/files/patch-configure @@ -1,9 +1,9 @@ ---- configure.orig 2008-02-27 10:34:12.000000000 +0100 -+++ configure 2008-02-27 10:47:16.000000000 +0100 -@@ -31011,7 +31010,7 @@ +--- configure.orig 2008-09-23 00:55:36.000000000 -0400 ++++ configure 2008-09-23 00:55:52.000000000 -0400 +@@ -31530,7 +31530,7 @@ metacity-$VERSION: " - METACITY_MINOR_VERSION=23 + METACITY_MINOR_VERSION=24 -if test $(( $(echo $METACITY_MINOR_VERSION) %2)) == "1"; then +if test $(( $(echo $METACITY_MINOR_VERSION) %2)) = "1"; then stable_version=$(( ($METACITY_MINOR_VERSION / 2) * 2)) |