Update README.md

This commit is contained in:
Martchus 2021-03-22 15:07:56 +01:00
parent ac7f38e8fa
commit 3d508f7c81
1 changed files with 3 additions and 3 deletions

View File

@ -87,9 +87,9 @@ The server obviously needs write permissions to add packages to repositories. In
setup I've just add it as group and set permissions accordingly:
```
sudo chown martchus:buildservice $local_db_path
find $local_db_path -type d -exec chmod g+rwx {} \+
find $local_db_path -type f -exec chmod g+rw {} \+
sudo chown -R martchus:buildservice $local_db_path
find $local_db_path -type d -exec chmod 775 {} \+
find $local_db_path -type f -exec chmod 664 {} \+
```
### Setting up the chroot for the build