Add altools/sel, altools/repo, install.sh & add config file support. #8
1 changed files with 2 additions and 1 deletions
|
@ -14,5 +14,6 @@ if [ ${prefix} == / ]; then
|
|||
fi
|
||||
else
|
||||
install -v aps ${prefix}/usr/bin/ &&
|
||||
install -v altools/sel ${prefix}/usr/bin/
|
||||
install -v altools/sel ${prefix}/usr/bin/ &&
|
||||
install -v altools/repo ${prefix}/usr/bin/
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue