Skip to content

Commit

Permalink
Fix install Haiku-PyAPI build path
Browse files Browse the repository at this point in the history
  • Loading branch information
tmtfx committed Aug 14, 2024
1 parent 7fd7aa0 commit 7360e71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ then
mkdir /boot/system/non-packaged/lib/python3.10/site-packages/Be
fi
echo "copying compiled data to system folder..."
cd bin/x86_64/python3.10 && cp -v * /boot/system/non-packaged/lib/python3.10/site-packages/Be
cd build/python3.10_release && cp -v * /boot/system/non-packaged/lib/python3.10/site-packages/Be
ret7=$?
cd ../../..
fi
Expand Down

0 comments on commit 7360e71

Please sign in to comment.