Skip to content

Commit

Permalink
sci-physics/openloops: fix glob operator
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Puck Neuwirth <alexander@neuwirth-informatik.de>
  • Loading branch information
APN-Pucky committed Dec 12, 2024
1 parent 1672fca commit c54e743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sci-physics/openloops/openloops-2.1.3-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ src_compile() {
if use ${OLPROC//_/-}; then
# move downloaded files to src
mkdir -p "${S}/process_src/${OLPROC}" || die
mv "${WORKDIR}/${OLPROC}-*/*" "${S}/process_src/${OLPROC}" || die
mv "${WORKDIR}/${OLPROC}-"*/* "${S}/process_src/${OLPROC}" || die
# compile it
escons auto=${OLPROC} generator=0
fi
Expand Down

0 comments on commit c54e743

Please sign in to comment.