Correcting install step
This commit is contained in:
parent
334a900c95
commit
fc466113d8
4
Makefile
4
Makefile
@ -3,9 +3,9 @@ pkgdirname != basename `git config remote.origin.url` | sed 's/.git$$//'
|
|||||||
compile: c java bash php perl python cs
|
compile: c java bash php perl python cs
|
||||||
@echo Done
|
@echo Done
|
||||||
|
|
||||||
install: clean compile test
|
install: clean compile
|
||||||
mkdir -p ${pkgdir}/opt/aninix/${pkgdirname}/
|
mkdir -p ${pkgdir}/opt/aninix/${pkgdirname}/
|
||||||
install -m root -o 0644 ./HelloWorld* ${pkgdir}/opt/aninix/${pkgdirname}/
|
install -o root -m 0644 ./HelloWorld* ${pkgdir}/opt/aninix/${pkgdirname}/
|
||||||
|
|
||||||
test: compile
|
test: compile
|
||||||
python3 -m pytest
|
python3 -m pytest
|
||||||
|
Loading…
Reference in New Issue
Block a user