Correcting install step

This commit is contained in:
DarkFeather 2022-08-31 16:11:12 -05:00
parent 334a900c95
commit fc466113d8
Signed by: DarkFeather
GPG Key ID: 1CC1E3F4ED06F296
1 changed files with 2 additions and 2 deletions

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