Fix files/dirs permissions

- change modes to proper values
- replace 'mkdir' with 'install'
- remove unused files and dirs

Signed-off-by: Rafal Stefanowski <rafal.stefanowski@intel.com>
This commit is contained in:
Rafal Stefanowski
2022-03-21 15:37:16 +01:00
parent b14bf05ff8
commit cb8d1cffae
5 changed files with 24 additions and 96 deletions

View File

@@ -30,10 +30,10 @@ archives:
@tools/pckgen $(PWD) tar zip
rpm:
@tools/pckgen $(PWD) rpm --debug
@tools/pckgen $(PWD) rpm
srpm:
@tools/pckgen $(PWD) srpm --debug
@tools/pckgen $(PWD) srpm
deb:
@tools/pckgen $(PWD) deb