This commit is contained in:
2024-10-18 14:03:24 +08:00
parent e15c6843cc
commit 96588c78f7
4 changed files with 2 additions and 5 deletions

View File

@@ -9,8 +9,8 @@ for mod in $platModuleList; do
make
if [ $mod == "iptrans" ] ; then
./generate_iptrans
#cp -f ./iptrans /usr/local/omc/bin/
./mkiptrans.sh
cp -f ./iptrans ../../bin/
fi
cd -