Correcting install step

This commit is contained in:
2022-08-31 16:11:12 -05:00
parent 334a900c95
commit fc466113d8

View File

@@ -3,9 +3,9 @@ pkgdirname != basename `git config remote.origin.url` | sed 's/.git$$//'
compile: c java bash php perl python cs
@echo Done
install: clean compile test
install: clean compile
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
python3 -m pytest