Skip to content

Commit

Permalink
Update local-repository.md
Browse files Browse the repository at this point in the history
Add missing sudo to command that copies eopkg to local repository
  • Loading branch information
TraceyC77 authored Feb 22, 2024
1 parent 27114de commit e5296a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/packaging/advanced-config/local-repository.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ For example, building the package `libcmis` produces the packages `libcmis` and
To copy all `.eopkg` files within a directory to the local repository, use the following command:

```bash
cp *.eopkg /var/lib/solbuild/local
sudo cp *.eopkg /var/lib/solbuild/local
```

### Using the local repository to build a package
Expand Down

0 comments on commit e5296a6

Please sign in to comment.