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"
|
cd "$package"
|
||||||
|
|
||||||
|
makedeb -s
|
||||||
|
|
||||||
# Source infos
|
# Source infos
|
||||||
. "/etc/makepkg.conf"
|
. "/etc/makepkg.conf"
|
||||||
. "PKGBUILD"
|
. "PKGBUILD"
|
||||||
|
|
Reference in a new issue