Remove call of bundle.
This commit is contained in:
parent
c700c44bbb
commit
ba87b74331
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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 $@
|
||||
|
||||
|
|
Loading…
Reference in a new issue