index
:
repository
helpers
master
Carbs Linux repositories
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
extra
/
cpt-extra
/
build
blob: 9b887bf5280ce358f527ff20edfa23de3c37846b (
plain
)
1
2
3
4
5
#!/bin/sh -e
mkdir
-p
"
$1
/usr/bin"
find
.
-type
f
-name
cpt-
\*
-exec
mv
{}
"
$1
/usr/bin"
\;