Fix RequireCommand call in pygtk

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12203 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2008-08-06 10:33:30 +00:00
parent 3cf6230db2
commit ca3347995a

View 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 \
))