index
:
repository
helpers
master
Carbs Linux repositories
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
kiss-utils
/
build
blob: d59d22dfbcee936f6804f9afafcacc29ac256859 (
plain
)
1
2
3
4
5
6
7
#!/bin/sh -e
cd
contrib
for
bin
in
*
;
do
install
-D
"
$bin
"
"
$1
/usr/bin/
$bin
"
done