From: florian Date: Wed, 6 Aug 2008 10:33:30 +0000 (+0000) Subject: Fix RequireCommand call in pygtk X-Git-Url: http://git.archive.openwrt.org/?a=commitdiff_plain;h=ca3347995a3126b1670aa6c76b7f314b3a2a7abd;p=packages.git Fix RequireCommand call in pygtk git-svn-id: svn://svn.openwrt.org/openwrt/packages@12203 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/lang/pygtk/Makefile b/lang/pygtk/Makefile index 524394c61..9c978857b 100644 --- a/lang/pygtk/Makefile +++ b/lang/pygtk/Makefile @@ -54,6 +54,6 @@ define Package/python-gtk/install endef $(eval $(call BuildPackage,python-gtk)) -$(eval $(call RequireCommand,pygtk-codegen-2.0 \ +$(eval $(call RequireCommand,pygtk-codegen-2.0, \ Please install the pygtk 2.0 development package \ ))