Remove call of bundle.

This commit is contained in:
Glenn Y. Rolland 2014-05-09 08:22:24 +02:00
parent c700c44bbb
commit ba87b74331

View file

@ -94,7 +94,7 @@ install-ui: $(RBUI_FILES)
# FIXME install
%_ui.rb: %.ui
bundle exec rbuic4 $< -o $@
rbuic4 $< -o $@
sed -e '/^module Ui/,/^end # module Ui/d' \
-i $@