From ca3347995a3126b1670aa6c76b7f314b3a2a7abd Mon Sep 17 00:00:00 2001 From: florian Date: Wed, 6 Aug 2008 10:33:30 +0000 Subject: [PATCH] Fix RequireCommand call in pygtk git-svn-id: svn://svn.openwrt.org/openwrt/packages@12203 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- lang/pygtk/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ )) -- 2.11.0