Browse Source

p7zip: fix man path

android-5
Francisco Demartino 9 years ago
parent
commit
1adca84b65
  1. 2
      packages/p7zip/build.sh

2
packages/p7zip/build.sh

@ -22,5 +22,5 @@ termux_step_make () {
}
termux_step_make_install () {
make install DEST_HOME=$TERMUX_PREFIX
make install DEST_HOME=$TERMUX_PREFIX DEST_MAN=$TERMUX_PREFIX/share/man
}

Loading…
Cancel
Save