mirror of https://gitee.com/openkylin/mecab.git
Fix command 'install' has no such option 'install_layout'.
This commit is contained in:
parent
930910b295
commit
60933c9ec8
|
@ -1,3 +1,9 @@
|
||||||
|
mecab (0.996-ok3) yangtze; urgency=medium
|
||||||
|
|
||||||
|
* Fix command 'install' has no such option 'install_layout'.
|
||||||
|
|
||||||
|
-- zhouganqing <zhouganqing@kylinos.cn> Wed, 28 Sep 2022 20:39:48 +0800
|
||||||
|
|
||||||
mecab (0.996-ok2) yangtze; urgency=medium
|
mecab (0.996-ok2) yangtze; urgency=medium
|
||||||
|
|
||||||
* Build for openKylin.
|
* Build for openKylin.
|
||||||
|
|
|
@ -5,6 +5,7 @@ include /usr/share/dpkg/pkg-info.mk
|
||||||
|
|
||||||
export PYBUILD_NAME=mecab
|
export PYBUILD_NAME=mecab
|
||||||
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
||||||
|
export SETUPTOOLS_USE_DISTUTILS=stdlib
|
||||||
DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
|
DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
|
||||||
|
|
||||||
%:
|
%:
|
||||||
|
|
Loading…
Reference in New Issue