File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ echo "Version: ${app_VER}.0-${app_VERdeb}" >> "${STAGING_DIR}/DEBIAN/control"
136136SIZE_IN_KB=" $( du -s " ${STAGING_DIR} " | awk ' {print $1}' ) "
137137echo " Installed-Size: ${SIZE_IN_KB} " >> " ${STAGING_DIR} /DEBIAN/control"
138138
139- # Changelog
139+ # Changelog
140140CHANGELOG=" ${STAGING_DIR} /usr/share/doc/${PACKAGE_NAME} /changelog.Debian"
141141DATE=$( date -R)
142142{
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ case "$1" in
118118 configure_systemd_service_user
119119
120120 # ----------------------------------------------------------------
121- # Data base
121+ # Data base
122122 # ----------------------------------------------------------------
123123 if mysql_available; then
124124 if mysql -u root -e " SELECT 1" > /dev/null 2>&1 ; then
You can’t perform that action at this time.
0 commit comments