HACKING.md: fix client plugin install instructions
Make the destination of the link be an absolute path, but more importantly fix the actual path the plugin gets installed in.
This commit is contained in:
parent
1078ec427e
commit
51bda2671d
1 changed files with 3 additions and 3 deletions
|
|
@ -105,9 +105,9 @@ first via meson, or via a symlink from the checkout to the koji cli
|
|||
plugin directory:
|
||||
|
||||
```sh
|
||||
mkdir -p /usr/lib/python3.8/site-packages/koji/koji_cli_plugins/
|
||||
ln -s plugins/cli/osbuild.py \
|
||||
/usr/lib/python3.8/site-packages/koji/koji_cli_plugins/osbuild.py
|
||||
mkdir -p /usr/lib/python3.8/site-packages/koji_cli_plugins/
|
||||
ln -s $(pwd)/plugins/cli/osbuild.py \
|
||||
/usr/lib/python3.8/site-packages/koji_cli_plugins/osbuild.py
|
||||
```
|
||||
|
||||
### Making a build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue