Skip to content

Commit 972d130

Browse files
committed
fix: fix relative path build issue
Signed-off-by: Kim Ebert <kim@indicio.tech>
1 parent da8838d commit 972d130

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-scripts/ubuntu-2204/build-3rd-parties.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -e
44
set -x
55

66
# Ensure the output is an absolute path and not a relative path
7-
OUTPUT_PATH="$(readlink -f ${1:-.})"
7+
OUTPUT_PATH="$(realpath ${1:-.})"
88
wheel2debconf="$(dirname "$(realpath "$0")")"/wheel2deb.yml
99

1010

0 commit comments

Comments
 (0)