Skip to content

Commit

Permalink
Fix binary name in build script
Browse files Browse the repository at this point in the history
  • Loading branch information
perk11 committed Jul 22, 2024
1 parent 9c8221b commit f194d25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distro-packages/ubuntu22.04/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ make clean
rm -r $BUILD_DIR 2>/dev/null || true
mkdir -p $BUILD_DIR/$TARGET_DIRECTORY
make
cp largemodelproxy $BUILD_DIR/$TARGET_DIRECTORY/
cp large-model-proxy $BUILD_DIR/$TARGET_DIRECTORY/
cp -r distro-packages/ubuntu22.04/DEBIAN $BUILD_DIR/

sed -i "s/\$VERSION/$VERSION/g" $BUILD_DIR/DEBIAN/control
Expand Down

0 comments on commit f194d25

Please sign in to comment.