update
This commit is contained in:
parent
3a10b26136
commit
976a7c7078
11 changed files with 54 additions and 19 deletions
|
@ -7,7 +7,7 @@ GIT_VERSION=postfixadmin-${VERSION}
|
|||
DEB_VERSION=${VERSION}-$(date +%Y%m%d%H%M)
|
||||
DEBIAN_VERSION_CODENAME=bullseye
|
||||
IMAGE_SIZE=4
|
||||
PACKAGE_DEPENDENCY="debhelper-compat build-essential:native dh-apache2 composer php-sqlite3 php-mysql php-xml"
|
||||
PACKAGE_DEPENDENCY="debhelper-compat build-essential:native dh-apache2 composer php-sqlite3 php-mysql php-xml php-zip"
|
||||
|
||||
main(){
|
||||
base_package_upgrade
|
||||
|
@ -26,6 +26,7 @@ build(){
|
|||
|
||||
makedeb(){
|
||||
cd /tmp/${APP}/
|
||||
rm /tmp/*.deb
|
||||
make -f debian/rules binary-indep
|
||||
cp /tmp/*.deb /tmp/dist
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue