From 9a9647f7af963148a529de893b8db9fd7030fd54 Mon Sep 17 00:00:00 2001 From: Chess Griffin Date: Mon, 25 Mar 2013 23:47:57 -0400 Subject: [PATCH] update mate-build-extra.sh and testing/mate-build-testing.sh to reflect move of mate-text-editor. --- mate-build-extra.sh | 2 ++ testing/mate-build-testing.sh | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/mate-build-extra.sh b/mate-build-extra.sh index 0bcf4a4..023c38c 100755 --- a/mate-build-extra.sh +++ b/mate-build-extra.sh @@ -49,6 +49,8 @@ for dir in \ extra/mate-power-manager \ extra/mate-sensors=applet \ extra/mate-terminal \ + deps/gtksourceview \ + extra/mate-text-editor \ ; do package=$(echo $dir | cut -f2- -d /) cd $MSBROOT/$dir || exit 1 diff --git a/testing/mate-build-testing.sh b/testing/mate-build-testing.sh index b359e3e..d41c71b 100644 --- a/testing/mate-build-testing.sh +++ b/testing/mate-build-testing.sh @@ -35,7 +35,6 @@ for package in \ mate-netspeed \ mate-screensaver \ mate-system-monitor \ - mate-text-editor \ mate-utils \ ; do cd $package || exit 1