summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-11-07 22:52:43 +0100
committerMichael Stahl <mstahl@redhat.com>2013-11-07 22:53:46 +0100
commitbd5a6c285cbfbc77c3daad481687a1287a097a87 (patch)
tree56363f6b45ddf1d88752efd72d20966c90d85046 /bin
parentb38e996bcee13eacb61f340ccff787806c053ce8 (diff)
a little instdir sub-dir cleanup
Change-Id: I97df3f949da7403e46951cf159a9fc1fca4cc23f
Diffstat (limited to 'bin')
-rwxr-xr-xbin/verify-custom-widgets-libs2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/verify-custom-widgets-libs b/bin/verify-custom-widgets-libs
index 3337013ae1bd..b0ea0a5e5a51 100755
--- a/bin/verify-custom-widgets-libs
+++ b/bin/verify-custom-widgets-libs
@@ -20,7 +20,7 @@ for foo in $FOO; do
lib=$(echo $foo | cut -f1 -d-)
symbol=$(echo $foo | cut -f2 -d-)
echo testing if lib$lib.so contains make$symbol
- nm -D instdir/unxlng*/program/lib$lib.so | grep make$symbol > /dev/null
+ nm -D instdir/program/lib$lib.so | grep make$symbol > /dev/null
if [ $? != 0 ]; then
echo "MISSING. Windows will crash"
else