summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Frost <gregfrost1@bigpond.com>2009-07-21 13:47:40 (GMT)
committerGreg Frost <gregfrost1@bigpond.com>2009-07-21 13:47:40 (GMT)
commit579fb43b9200a07ecbfbddb79bda6af1f7857595 (patch)
tree23e0096dbb5524a07fdcd2a4b9d095c6df5cbfe5
parent99f5a83f9e703f8b62f4034796d81076a65fd5bd (diff)
downloadlinhes_dev-579fb43b9200a07ecbfbddb79bda6af1f7857595.zip
mp: change package matching (it was mistaking smplayer for mplayer)
-rwxr-xr-xbuild_tools/bin/mp2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_tools/bin/mp b/build_tools/bin/mp
index 5194d75..82f665d 100755
--- a/build_tools/bin/mp
+++ b/build_tools/bin/mp
@@ -124,7 +124,7 @@ function dup_check {
do
if [ ! $i$PFIX = $REPO ]
then
- out=`pacman -Sl $i$PFIX|cut -d" " -f2 |grep $pkgname$`
+ out=`pacman -Sl $i$PFIX|cut -d" " -f2 |grep ^pkgname$`
if [ $? = 0 ]
then
echo "#######################################"