linux-man-pages: remove conflicting file 'share/man/man3/iconv_open.3'
This commit is contained in:
parent
a002eb97db
commit
0d9b3d83af
|
@ -3,6 +3,7 @@ TERMUX_PKG_DESCRIPTION="Man pages for linux kernel and C library interfaces"
|
|||
TERMUX_PKG_LICENSE="GPL-2.0"
|
||||
TERMUX_PKG_VERSION=(4.16
|
||||
2013)
|
||||
TERMUX_PKG_REVISION=1
|
||||
TERMUX_PKG_SHA256=(47ffcc0d27d50e497e290b27e8d76dbed4550db14c881f25b771bcaf28354db4
|
||||
19633a5c75ff7deab35b1d2c3d5b7748e7bd4ef4ab598b647bb7e7f60b90a808)
|
||||
TERMUX_PKG_SRCURL=(https://www.kernel.org/pub/linux/docs/man-pages/man-pages-${TERMUX_PKG_VERSION}.tar.xz
|
||||
|
@ -11,7 +12,8 @@ TERMUX_PKG_DEPENDS="man"
|
|||
TERMUX_PKG_EXTRA_MAKE_ARGS="prefix=$TERMUX_PREFIX"
|
||||
# man.7 and mdoc.7 is included with mandoc:
|
||||
# getconf man page included with the getconf package:
|
||||
TERMUX_PKG_RM_AFTER_INSTALL="share/man/man1 share/man/man8 share/man/man7/man.7 share/man/man7/mdoc.7 share/man/man1p/getconf.1p"
|
||||
# iconv_open.3 included with libiconv package:
|
||||
TERMUX_PKG_RM_AFTER_INSTALL="share/man/man1 share/man/man3/iconv_open.3 share/man/man8 share/man/man7/man.7 share/man/man7/mdoc.7 share/man/man1p/getconf.1p"
|
||||
TERMUX_PKG_PLATFORM_INDEPENDENT=true
|
||||
TERMUX_PKG_BUILD_IN_SRC=true
|
||||
# Problems with changing permissions of non-built files
|
||||
|
|
Loading…
Reference in New Issue