updates app-shells/over-prompt

This commit is contained in:
Martin 2017-04-21 12:34:57 +02:00
parent 3770b2cdc6
commit 7c9040757c

View file

@ -27,12 +27,15 @@ src_compile() {
src_install() {
if use tools; then
dobin bin/cave-rdep
dobin bin/cave-stat
dobin bin/till
dobin bin/compile-kernel
dobin bin/force-install
dobin bin/screenit
for b in bin/*
do
dobin "${b}"
done
for sb in sbin/*
do
dosbin "${sb}"
done
fi
insopts -m755