blob: e05059e0ae5777a5a7331d9a08bfacc3be8adc74 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- configure.orig 2009-09-22 22:18:43.000000000 +0200
+++ configure 2009-09-22 22:19:29.000000000 +0200
@@ -18211,7 +18211,7 @@ metacity-$VERSION:
"
METACITY_MINOR_VERSION=28
-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 "
|