make_deb_package.sh (pandorafms_agent_unix-7.0NG.758) | : | make_deb_package.sh (pandorafms_agent_unix-7.0NG.759) | ||
---|---|---|---|---|
skipping to change at line 17 | skipping to change at line 17 | |||
# This program is free software; you can redistribute it and/or | # This program is free software; you can redistribute it and/or | |||
# modify it under the terms of the GNU Lesser General Public License | # modify it under the terms of the GNU Lesser General Public License | |||
# as published by the Free Software Foundation; version 2 | # as published by the Free Software Foundation; version 2 | |||
# This program is distributed in the hope that it will be useful, | # This program is distributed in the hope that it will be useful, | |||
# but WITHOUT ANY WARRANTY; without even the implied warranty of | # but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
# GNU General Public License for more details. | # GNU General Public License for more details. | |||
pandora_version="7.0NG.758-211105" | pandora_version="7.0NG.759-211216" | |||
echo "Test if you has the tools for to make the packages." | echo "Test if you has the tools for to make the packages." | |||
whereis dpkg-deb | cut -d":" -f2 | grep dpkg-deb > /dev/null | whereis dpkg-deb | cut -d":" -f2 | grep dpkg-deb > /dev/null | |||
if [ $? = 1 ] | if [ $? = 1 ] | |||
then | then | |||
if [ "$DPKG_DEB" == "" ]; then | if [ "$DPKG_DEB" == "" ]; then | |||
echo "No found \"dpkg-deb\" aplication, please install." | echo "No found \"dpkg-deb\" aplication, please install." | |||
exit 1 | exit 1 | |||
fi | fi | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |