Fix missing makedeb call
This commit is contained in:
parent
ef582aaff8
commit
0afe60aea2
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@ credentials="$2"
|
|||
|
||||
cd "$package"
|
||||
|
||||
makedeb -s
|
||||
|
||||
# Source infos
|
||||
. "/etc/makepkg.conf"
|
||||
. "PKGBUILD"
|
||||
|
|
Reference in a new issue