forked from kiss-community/repo
kiss: Drop from testing
This commit is contained in:
parent
4c90d22456
commit
86e6736782
@ -1,21 +0,0 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
install -D kiss "$1/usr/bin/kiss"
|
||||
install -D kiss_path.sh "$1/etc/profile.d/kiss_path.sh"
|
||||
|
||||
# Install kiss utilities.
|
||||
cp contrib/* "$1/usr/bin/"
|
||||
|
||||
# Install distribution documentation.
|
||||
for doc in docs/site/*.txt; do
|
||||
install -Dm644 "$doc" "$1/usr/share/doc/kiss/${doc##*/}"
|
||||
done
|
||||
|
||||
# Install the Wiki.
|
||||
cp -r wiki "$1/usr/share/doc/kiss/wiki"
|
||||
|
||||
# Remove unnecessary pages.
|
||||
rm -f "$1/usr/share/doc/kiss/wiki/README.txt" \
|
||||
"$1/usr/share/doc/kiss/news.txt" \
|
||||
"$1/usr/share/doc/kiss/blog.txt" \
|
||||
"$1/usr/share/doc/kiss/screenshots.txt"
|
@ -1,4 +0,0 @@
|
||||
6e47bd8ce73cfdc6e102d3e46a24e30e8aa02b1da0c97b9ba4842b57ab8b6b06 4.0.0.tar.gz
|
||||
e761adb1b1177fd7ee2451cae8ee40171ec0ea4bf50d0c48f16c1de6b58db7ca 938d4625a976b395c53a31f2827c308e752b5fb0.tar.gz
|
||||
e33009fc584c319e63fefddda37c3624842bd04def3b8e5eb96ec39b80533940 b2a6f73d1d8ca444b953b65b55ef9b6f0b4169ef.tar.gz
|
||||
d56d159fd9f0c39a2692b4b00b1543b2eb476a0659aa6899efa0ff460863dc70 kiss_path.sh
|
@ -1 +0,0 @@
|
||||
git
|
@ -1 +0,0 @@
|
||||
export KISS_PATH=/var/db/kiss/repo/core:/var/db/kiss/repo/extra:/var/db/kiss/repo/xorg
|
@ -1,11 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
find "$KISS_ROOT/usr/lib" \
|
||||
! -type d \
|
||||
-name \*.la \
|
||||
-exec rm -f -- {} +
|
||||
|
||||
find "$KISS_ROOT/var/db/kiss/installed" \
|
||||
! -type d \
|
||||
-name manifest \
|
||||
-exec sed -i '/.*\.la$/d' {} +
|
@ -1,4 +0,0 @@
|
||||
https://github.com/kisslinux/kiss/archive/4.0.0.tar.gz
|
||||
https://github.com/kisslinux/website/archive/938d4625a976b395c53a31f2827c308e752b5fb0.tar.gz docs
|
||||
https://github.com/kisslinux/wiki/archive/b2a6f73d1d8ca444b953b65b55ef9b6f0b4169ef.tar.gz wiki
|
||||
files/kiss_path.sh
|
@ -1 +0,0 @@
|
||||
4.0.0 1
|
Loading…
Reference in New Issue
Block a user