update 'make' GNUmakefile stub to run 'make install'

update packman and debian for to disable portable install option.
This commit is contained in:
Campbell Barton
2011-03-06 12:04:59 +00:00
parent 6106d919c3
commit a803fb095c
3 changed files with 8 additions and 2 deletions

View File

@@ -75,7 +75,7 @@ all:
@echo
@echo Building Blender ...
cd $(BUILD_DIR) ; make -s -j $(NPROCS)
cd $(BUILD_DIR) ; make -s -j $(NPROCS) install
@echo
@echo run blender from "$(BUILD_DIR)/bin/blender"
@echo