Removed executable section.
This commit is contained in:
parent
e94b330ac1
commit
1a95eccc53
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -92,7 +92,7 @@ install-ui: $(RBUI_FILES)
|
||||||
# FIXME install
|
# FIXME install
|
||||||
|
|
||||||
%_ui.rb: %.ui
|
%_ui.rb: %.ui
|
||||||
rbuic4 -x $< -o $@
|
rbuic4 $< -o $@
|
||||||
sed -e 's/^module Ui/module Qasim ; module Ui/' \
|
sed -e 's/^module Ui/module Qasim ; module Ui/' \
|
||||||
-e 's/^end # module Ui/end ; end # module Qasim and Ui/' \
|
-e 's/^end # module Ui/end ; end # module Qasim and Ui/' \
|
||||||
-i $@
|
-i $@
|
||||||
|
|
Loading…
Reference in a new issue