Browse Source
jhead: fix build.sh
Replace 'cp' with 'install'.
emacs-27
Leonid Plyushch
6 years ago
No known key found for this signature in database
GPG Key ID: 45F2964132545795
1 changed files with
2 additions and
3 deletions
-
packages/jhead/build.sh
|
|
@ -7,7 +7,6 @@ TERMUX_PKG_SRCURL=http://www.sentex.net/~mwandel/jhead/jhead-${TERMUX_PKG_VERSIO |
|
|
|
TERMUX_PKG_BUILD_IN_SRC=yes |
|
|
|
|
|
|
|
termux_step_make_install() { |
|
|
|
cp jhead $TERMUX_PREFIX/bin/jhead |
|
|
|
mkdir -p $TERMUX_PREFIX/share/man/man1 |
|
|
|
cp -f jhead.1 $TERMUX_PREFIX/share/man/man1/jhead.1 |
|
|
|
install -Dm700 jhead $TERMUX_PREFIX/bin/jhead |
|
|
|
install -Dm600 jhead.1 $TERMUX_PREFIX/share/man/man1/jhead.1 |
|
|
|
} |
|
|
|