From ed043ec64e6d18f90d98c1f7b1ecc924a36796f3 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Thu, 25 Oct 2012 15:37:15 -0400 Subject: Remove arch specs from remaining dep string. --- (limited to 'lib') diff --git a/lib/deps.sh b/lib/deps.sh index c5da438..b4eda95 100644 --- a/lib/deps.sh +++ b/lib/deps.sh @@ -110,6 +110,7 @@ ob_parse_dep() if [ "${_obpd_dep# \[*\]}" != "${_obpd_dep}" ]; then _obpd_arches="${_obpd_dep# \[}" _obpd_arches="${_obpd_arches%%\]*}" + _obpd_dep="${_obpd_dep# \[*\]}" fi # Set the specified variables. -- cgit v0.9.1