[gnome-shell] build: fix syntax error in setup script
- From: Dan Winship <danw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] build: fix syntax error in setup script
- Date: Mon, 1 Nov 2010 18:29:09 +0000 (UTC)
commit 31df386fedea087780fb62dce8370216accf5c8c
Author: Dan Winship <danw gnome org>
Date: Mon Nov 1 14:28:56 2010 -0400
build: fix syntax error in setup script
tools/build/gnome-shell-build-setup.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tools/build/gnome-shell-build-setup.sh b/tools/build/gnome-shell-build-setup.sh
index 36c4f6f..e4dc26c 100755
--- a/tools/build/gnome-shell-build-setup.sh
+++ b/tools/build/gnome-shell-build-setup.sh
@@ -87,7 +87,7 @@ if test "x$system" = xUbuntu -o "x$system" = xDebian -o "x$system" = xLinuxMint
mesa-common-dev mesa-utils python-dev python-gconf python-gobject \
xulrunner-dev xserver-xephyr gnome-terminal libcroco3-dev \
libgstreamer0.10-dev gstreamer0.10-plugins-base gstreamer0.10-plugins-good \
- libltdl-dev libvorbis-dev
+ libltdl-dev libvorbis-dev \
; do
if ! dpkg-checkbuilddeps -d $pkg /dev/null 2> /dev/null; then
reqd="$pkg $reqd"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]