[Kimchi-devel] [PATCH] bug fix: make install miss ifaces.py

Hongliang Wang hlwang at linux.vnet.ibm.com
Fri Feb 14 09:07:37 UTC 2014


On 02/14/2014 05:03 PM, shaohef at linux.vnet.ibm.com wrote:
> From: ShaoHe Feng <shaohef at linux.vnet.ibm.com>
>
> use wildcard in the install list.
Thanks for the timely fix.
>
> Signed-off-by: ShaoHe Feng <shaohef at linux.vnet.ibm.com>
Reviewed-by: Hongliang Wang <hlwang at linux.vnet.ibm.com>
> ---
>   src/kimchi/control/vm/Makefile.am | 4 +---
>   1 file changed, 1 insertion(+), 3 deletions(-)
>
> diff --git a/src/kimchi/control/vm/Makefile.am b/src/kimchi/control/vm/Makefile.am
> index 17340af..c42a6cd 100644
> --- a/src/kimchi/control/vm/Makefile.am
> +++ b/src/kimchi/control/vm/Makefile.am
> @@ -22,9 +22,7 @@
>   # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
>
>
> -vm_PYTHON = \
> -	__init__.py
> -
> +vm_PYTHON = *.py
>
>   vmdir = $(pythondir)/kimchi/control/vm
>




More information about the Kimchi-devel mailing list