slight change to fit more distro

This commit is contained in:
CongTianKong
2023-08-13 16:43:47 +08:00
parent 1a12416ad6
commit 76004e37a9
2 changed files with 9 additions and 9 deletions

View File

@@ -144,8 +144,8 @@ check $?
echo "generate ablrun-normal script..."
echo "#!/bin/bash" > ./deb-contents/usr/bin/ablrun-normal
echo "ABL_TARGET_LD_SO_PATH=$LD_SO_LOCATION" >> ./deb-contents/usr/bin/ablrun-normal
echo "ABL_ARCH_DIR=$DEBIAN_MULTIARCH" >> ./deb-contents/usr/bin/ablrun-normal
cat ./scripts/ablrun-normal.1 >> ./deb-contents/usr/bin/ablrun-normal
echo "ABL_DIR_PREFIX=lib/$DEBIAN_MULTIARCH" >> ./deb-contents/usr/bin/ablrun-normal
cat ./scripts/ablrun-normal_part >> ./deb-contents/usr/bin/ablrun-normal
check $?
echo "chmod..."