update scripts for abl

This commit is contained in:
2024-12-08 22:30:16 +08:00
parent 5fcfc12f5b
commit b4513cbdf2
2 changed files with 155 additions and 1 deletions

View File

@@ -209,7 +209,7 @@ echo "generate ablrun script..."
echo "#!/bin/bash" > ./deb-contents/usr/bin/ablrun
echo "ABL_TARGET_LD_SO_PATH=$LD_SO_LOCATION" >> ./deb-contents/usr/bin/ablrun
echo "ABL_DIR_PREFIX=lib/$DEBIAN_MULTIARCH" >> ./deb-contents/usr/bin/ablrun
cat ./scripts/ablrun_part >> ./deb-contents/usr/bin/ablrun
cat ${HERE_PATH}/scripts/ablrun_part >> ./deb-contents/usr/bin/ablrun
check $?
echo "chmod..."