summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xautomated/linux/libhugetlbfs/libhugetlbfs.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/automated/linux/libhugetlbfs/libhugetlbfs.sh b/automated/linux/libhugetlbfs/libhugetlbfs.sh
index e8f57f3..35027cd 100755
--- a/automated/linux/libhugetlbfs/libhugetlbfs.sh
+++ b/automated/linux/libhugetlbfs/libhugetlbfs.sh
@@ -145,11 +145,11 @@ install
# Setup libhugetlbfs mount point
libhugetlbfs_setup
-if [ -d /usr/lib/libhugetlbfs-"${VERSION}" ]
+if [ -d /usr/lib/libhugetlbfs ]
then
- echo "pre built /usr/lib/libhugetlbfs-${VERSION} found on rootfs"
+ echo "pre built /usr/lib/libhugetlbfs found on rootfs"
# shellcheck disable=SC2164
- cd /usr/lib/libhugetlbfs-"${VERSION}"
+ cd /usr/lib/libhugetlbfs
else
# Build libhugetlbfs tests
libhugetlbfs_build_test