From: Florian Fainelli Date: Wed, 6 Aug 2008 10:33:30 +0000 (+0000) Subject: Fix RequireCommand call in pygtk X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=ded6c3c9429561fa0ed2914cf9d9d402758a4645;p=openwrt%2Fsvn-archive%2Fpackages.git Fix RequireCommand call in pygtk SVN-Revision: 12203 --- 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 \ ))