blob: 155c6ecfc4a73b3772ba70da6dcde251f634a53f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- 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=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))
echo "This is the UNSTABLE branch of metacity"
echo -n "Use 2.$stable_version.x for stable "
|