From 9653568614fc988afc9962d7b86c4cb2a7e27597 Mon Sep 17 00:00:00 2001 From: willysr Date: Tue, 1 Oct 2013 09:28:14 +0700 Subject: [PATCH] Fix missing the directory path Signed-off-by: willysr --- mate-build-extra.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/mate-build-extra.sh b/mate-build-extra.sh index 47adc6e..e28a52e 100755 --- a/mate-build-extra.sh +++ b/mate-build-extra.sh @@ -72,11 +72,11 @@ for dir in \ deps/gtkmm \ extra/mate-system-monitor \ extra/mate-bluetooth \ - perl-xml-twig \ - perl-net-dbus \ - system-tools-backends \ - liboobs \ - mate-system-tools \ + extra/perl-xml-twig \ + extra/perl-net-dbus \ + extra/system-tools-backends \ + extra/liboobs \ + extra/mate-system-tools \ ; do # Get the package name package=$(echo $dir | cut -f2- -d /)