updates app-shells/over-prompt
This commit is contained in:
parent
3770b2cdc6
commit
7c9040757c
1 changed files with 9 additions and 6 deletions
|
@ -27,12 +27,15 @@ src_compile() {
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
if use tools; then
|
if use tools; then
|
||||||
dobin bin/cave-rdep
|
for b in bin/*
|
||||||
dobin bin/cave-stat
|
do
|
||||||
dobin bin/till
|
dobin "${b}"
|
||||||
dobin bin/compile-kernel
|
done
|
||||||
dobin bin/force-install
|
|
||||||
dobin bin/screenit
|
for sb in sbin/*
|
||||||
|
do
|
||||||
|
dosbin "${sb}"
|
||||||
|
done
|
||||||
fi
|
fi
|
||||||
|
|
||||||
insopts -m755
|
insopts -m755
|
Loading…
Add table
Add a link
Reference in a new issue