diff options
author | Greg Frost <gregfrost1@bigpond.com> | 2009-07-21 13:47:40 (GMT) |
---|---|---|
committer | Greg Frost <gregfrost1@bigpond.com> | 2009-07-21 13:47:40 (GMT) |
commit | 579fb43b9200a07ecbfbddb79bda6af1f7857595 (patch) | |
tree | 23e0096dbb5524a07fdcd2a4b9d095c6df5cbfe5 /build_tools/bin/mp | |
parent | 99f5a83f9e703f8b62f4034796d81076a65fd5bd (diff) | |
download | linhes_dev-579fb43b9200a07ecbfbddb79bda6af1f7857595.zip |
mp: change package matching (it was mistaking smplayer for mplayer)
Diffstat (limited to 'build_tools/bin/mp')
-rwxr-xr-x | build_tools/bin/mp | 2 |
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 "#######################################" |