mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-23 07:40:11 -07:00
kiss-utils: Simplify build. @lieuxnoir Closes #134
This commit is contained in:
parent
58799a95be
commit
a508f50626
@ -1,7 +1,3 @@
|
|||||||
#!/bin/sh -e
|
#!/bin/sh -e
|
||||||
|
|
||||||
cd contrib
|
install -D contrib/* -t "$1/usr/bin"
|
||||||
|
|
||||||
for bin in *; do
|
|
||||||
install -D "$bin" "$1/usr/bin/$bin"
|
|
||||||
done
|
|
||||||
|
Loading…
Reference in New Issue
Block a user