add computed.toml
This commit is contained in:
parent
71ef774060
commit
32b9600554
@ -17,4 +17,5 @@ conflicts=()
|
|||||||
package() {
|
package() {
|
||||||
pip install --no-cache-dir --no-deps --root $pkgdir ../$pkgname-*.tar.gz
|
pip install --no-cache-dir --no-deps --root $pkgdir ../$pkgname-*.tar.gz
|
||||||
install -Dm644 ../completion.bash $pkgdir/usr/share/bash-completion/completions/compute
|
install -Dm644 ../completion.bash $pkgdir/usr/share/bash-completion/completions/compute
|
||||||
|
install -Dm644 $pkgdir/usr/lib/*/site-packages/computed.toml $pkgdir/etc/compute/computed.toml
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user