From e3ac7fd84ca6afd690edb2bd6aa12bc0fbd65d6b Mon Sep 17 00:00:00 2001
From: Juan RP <xtraeme@gmail.com>
Date: Sun, 26 Oct 2008 22:09:16 +0100
Subject: [PATCH] Fix build_src_phase().

--HG--
extra : convert_revision : 6cdb0f47c17e445bc3bef8ebe52221596059018d
---
 xbps.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xbps.sh b/xbps.sh
index b000ec832fc..ad65498a721 100755
--- a/xbps.sh
+++ b/xbps.sh
@@ -834,7 +834,7 @@ build_src_phase()
 		${run_stuff_before_install_cmd}
 	unset rbif
 
-	if [ -z "$libtool_fixup_la_stage"
+	if [ -z "$libtool_fixup_la_stage" \
 		-o "$libtool_fixup_la_stage" = "postbuild" ]; then
 		libtool_fixup_la_files
 	fi