blob: 5ae975a06565fcf6571b43598adfd7be3cd611b8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- configure.orig 2011-04-05 20:58:36.000000000 +0200
+++ configure 2011-04-05 20:59:24.000000000 +0200
@@ -18286,7 +18286,7 @@
"
METACITY_MINOR_VERSION=34
-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 "
|