Fix RequireCommand call in pygtk
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 6 Aug 2008 10:33:30 +0000 (10:33 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 6 Aug 2008 10:33:30 +0000 (10:33 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@12203 3c298f89-4303-0410-b956-a3cf2f4a3e73

lang/pygtk/Makefile

index 524394c..9c97885 100644 (file)
@@ -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 \
 ))