Skip to content

Commit

Permalink
setup-cgct.sh: forgot to add "/" to separate the directory and libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxython authored Sep 14, 2024
1 parent 003f23b commit fd7dadd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/setup-cgct.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ if [ ! -f "${CGCT_DIR}/lib/libgcc_s.so" ]; then
echo "Installing ${pkgname} for CGCT..."
curl -L "https://archlinux.org/packages/core/${ARCH}/${pkgname}/download/" -o "${TMPDIR_CGCT}/${pkgname}.pkg.zstd"
tar --use-compress-program=unzstd -xf "${TMPDIR_CGCT}/${pkgname}.pkg.zstd" -C "${TMPDIR_CGCT}" usr/lib
cp -r "${TMPDIR_CGCT}/usr/lib"* "${CGCT_DIR}/lib"
cp -r "${TMPDIR_CGCT}/usr/lib/"* "${CGCT_DIR}/lib"
fi

# Setting up CGCT
Expand Down

0 comments on commit fd7dadd

Please sign in to comment.