Skip to content

Commit

Permalink
Fix the package-build script.
Browse files Browse the repository at this point in the history
  • Loading branch information
pizlonator committed Jan 3, 2025
1 parent 1e99a0b commit 6e729e2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,12 @@ strip $build_name/build/bin/clang-17

mkdir -p $build_name/build/include/
cp -R build/include/c++ $build_name/build/include/
mkdir -p $build_name/build/include/x86_64-unknown-linux-gnu/
cp -R build/include/x86_64-unknown-linux-gnu/c++ $build_name/build/include/x86_64-unknown-linux-gnu

cp -R pizfix $build_name/
rm $build_name/pizfix/etc/moduli
rm $build_name/pizfix/etc/ssh_host*
rm -f $build_name/pizfix/etc/moduli
rm -f $build_name/pizfix/etc/ssh_host*

sourcedir=$PWD

Expand Down

0 comments on commit 6e729e2

Please sign in to comment.