jhead: fix build.sh
Replace 'cp' with 'install'.
This commit is contained in:
parent
452826ed38
commit
c65e36dba4
@ -7,7 +7,6 @@ TERMUX_PKG_SRCURL=http://www.sentex.net/~mwandel/jhead/jhead-${TERMUX_PKG_VERSIO
|
|||||||
TERMUX_PKG_BUILD_IN_SRC=yes
|
TERMUX_PKG_BUILD_IN_SRC=yes
|
||||||
|
|
||||||
termux_step_make_install() {
|
termux_step_make_install() {
|
||||||
cp jhead $TERMUX_PREFIX/bin/jhead
|
install -Dm700 jhead $TERMUX_PREFIX/bin/jhead
|
||||||
mkdir -p $TERMUX_PREFIX/share/man/man1
|
install -Dm600 jhead.1 $TERMUX_PREFIX/share/man/man1/jhead.1
|
||||||
cp -f jhead.1 $TERMUX_PREFIX/share/man/man1/jhead.1
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user