mid-kid
9 years ago
1 changed files with 14 additions and 0 deletions
@ -0,0 +1,14 @@ |
|||
import "vcs/git" |
|||
|
|||
name=bannertool |
|||
|
|||
vcs_git "https://github.com/Steveice10/$name" |
|||
header_end |
|||
|
|||
cd "$name" |
|||
sed -i -e "s@/usr/local@'$dir_install/$dir_prefix'@g" buildtools/make_base |
|||
|
|||
make |
|||
make install |
|||
|
|||
# vim:set tabstop=4 shiftwidth=4 syntax=sh et: |
Loading…
Reference in new issue