Skip to content

Commit b13a6e2

Browse files
committed
Copy ipmitool-source from ROOT, not from CWD
1 parent 4b81b9e commit b13a6e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build-ipmitool.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -u
55
TMP_DIR=${TMP_DIR:-'/build'}
66
NEW_PWD="${TMP_DIR}/ipmitool"
77
rm -rf "${NEW_PWD}"
8-
cp -r "./ipmitool-source" "${NEW_PWD}"
8+
cp -r "/ipmitool-source" "${NEW_PWD}"
99
cd "${NEW_PWD}"
1010
sh bootstrap || printf "Bootstrap RC: %i\n" $?
1111
./configure --enable-intf-dummy || printf "./configure RC: %i\n" $?

0 commit comments

Comments
 (0)