From 7b1985c2e3cb508204ada4d421764d21fc3a4400 Mon Sep 17 00:00:00 2001 From: Tristan Matthews <tristan.matthews@savoirfairelinux.com> Date: Mon, 21 Nov 2011 11:47:44 -0500 Subject: [PATCH] * #7242: removed natty from setenv It won't build against gnome3. --- tools/build-system/setenv.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/build-system/setenv.sh b/tools/build-system/setenv.sh index 1f22c60600..d83307b58a 100644 --- a/tools/build-system/setenv.sh +++ b/tools/build-system/setenv.sh @@ -22,5 +22,5 @@ export REFERENCE_REPOSITORY="${ROOT_DIR}/sflphone-source-repository" export WORKING_DIR="${ROOT_DIR}/sflphone-build-repository/tools/build-system" export LAUNCHPAD_DIR="${WORKING_DIR}/launchpad" -LAUNCHPAD_DISTRIBUTIONS=("natty" "oneiric" "precise") +LAUNCHPAD_DISTRIBUTIONS=("oneiric" "precise") export LAUNCHPAD_DISTRIBUTIONS -- GitLab