Makefile: creates bin dir, changed file install orders.
This commit is contained in:
parent
11ed4aff28
commit
30c14aeb01
1 changed files with 3 additions and 2 deletions
5
Makefile
5
Makefile
|
|
@ -129,9 +129,9 @@ beos:
|
||||||
# to do this as superuser ("root"))
|
# to do this as superuser ("root"))
|
||||||
|
|
||||||
install: install-bin install-data install-man install-doc \
|
install: install-bin install-data install-man install-doc \
|
||||||
install-gnome install-kde install-kde-icons \
|
|
||||||
install-icon install-gettext install-importscript \
|
install-icon install-gettext install-importscript \
|
||||||
install-default-config install-example-stamps
|
install-default-config install-example-stamps \
|
||||||
|
install-gnome install-kde install-kde-icons
|
||||||
@echo
|
@echo
|
||||||
@echo "--------------------------------------------------------------"
|
@echo "--------------------------------------------------------------"
|
||||||
@echo
|
@echo
|
||||||
|
|
@ -329,6 +329,7 @@ install-icon:
|
||||||
install-bin:
|
install-bin:
|
||||||
@echo
|
@echo
|
||||||
@echo "...Installing program itself..."
|
@echo "...Installing program itself..."
|
||||||
|
@install -d $(BIN_PREFIX)
|
||||||
@cp tuxpaint $(BIN_PREFIX)
|
@cp tuxpaint $(BIN_PREFIX)
|
||||||
@chmod a+rx,g-w,o-w $(BIN_PREFIX)/tuxpaint
|
@chmod a+rx,g-w,o-w $(BIN_PREFIX)/tuxpaint
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue