Browse Source

Fix perl 5.22 build

android-5
Fredrik Fornwall 9 years ago
parent
commit
37128d280e
  1. 3
      packages/perl/build.sh

3
packages/perl/build.sh

@ -58,9 +58,8 @@ termux_step_configure () {
termux_step_post_make_install () { termux_step_post_make_install () {
# Replace hardlinks with symlinks: # Replace hardlinks with symlinks:
cd $TERMUX_PREFIX/share/man/man1 cd $TERMUX_PREFIX/share/man/man1
rm {perlbug.1,s2p.1,c2ph.1} rm {perlbug.1,c2ph.1}
ln -s perlthanks.1 perlbug.1 ln -s perlthanks.1 perlbug.1
ln -s psed.1 s2p.1
ln -s pstruct.1 c2ph.1 ln -s pstruct.1 c2ph.1
# Fix reference to termux.spec used only when cross compiling: # Fix reference to termux.spec used only when cross compiling:

Loading…
Cancel
Save