Skip to content

Commit

Permalink
include libcrypto.num and libssl.num in tarball
Browse files Browse the repository at this point in the history
  • Loading branch information
ioraff committed Nov 25, 2023
1 parent be508ec commit f356605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ sed -i \
-e 's|@$(PERL) $(SRCDIR)/util/mkdir-p.pl|@-mkdir -p|' \
Configurations/unix-Makefile.tmpl

find . -type f > "$ORIGINAL_LIST"
find . -type f ! \( -name libcrypto.num -o -name libssl.num \) > "$ORIGINAL_LIST"

env -i PATH=/usr/bin ./Configure \
--prefix=/usr \
Expand Down

0 comments on commit f356605

Please sign in to comment.