2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 22:12:27 +00:00
repo/core/kiss/build

15 lines
332 B
Plaintext
Raw Normal View History

2019-06-17 17:12:34 +00:00
#!/bin/sh -e
2021-07-01 16:18:51 +00:00
mkdir -p \
"$1/usr/bin" \
"$1/usr/share/doc/kiss"
2020-02-14 16:13:39 +00:00
2021-08-27 04:14:16 +00:00
cp -f kiss contrib/* "$1/usr/bin"
cp -f docs/site/*.txt "$1/usr/share/doc/kiss"
cp -rf docs/site/wiki "$1/usr/share/doc/kiss"
rm -f \
"$1/usr/share/doc/kiss/README.txt" \
"$1/usr/share/doc/kiss/post.txt" \
"$1/usr/share/doc/kiss/tidbits.txt"