Removed executable section.

This commit is contained in:
Glenn Y. Rolland 2012-07-30 19:41:31 +02:00
parent e94b330ac1
commit 1a95eccc53

View file

@ -92,7 +92,7 @@ install-ui: $(RBUI_FILES)
# FIXME install
%_ui.rb: %.ui
rbuic4 -x $< -o $@
rbuic4 $< -o $@
sed -e 's/^module Ui/module Qasim ; module Ui/' \
-e 's/^end # module Ui/end ; end # module Qasim and Ui/' \
-i $@