2010-12-13 Miguel de Dios <miguel.dedios@artica.es>

* PandoraFMS-Enterprise/DEBIAN/*: add scripts and conf files to make a deb
	package.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2269 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
mdtrooper 2010-01-13 18:33:04 +00:00
parent 82b7a8ed29
commit 2c683da10b
5 changed files with 7 additions and 5 deletions

View File

@ -14,7 +14,7 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
pandora_console_version="3.0.0"
pandora_server_version="3.0.0"
echo "This script to make deb must run as root (because the dh-make-perl need this). Then test if you are root."
if [ `id -u` != 0 ]
@ -100,8 +100,8 @@ echo "END"
echo "Make the package \"Pandorafms server\"."
dpkg-deb --build temp_package
mv temp_package.deb pandorafms.server_enterprise_$pandora_console_version.deb
chmod 777 pandorafms.server_enterprise_$pandora_console_version.deb
mv temp_package.deb pandorafms.server_enterprise_$pandora_server_version.deb
chmod 777 pandorafms.server_enterprise_$pandora_server_version.deb
echo "Delete the \"temp_package\" temp dir for job."
rm Makefile

View File

@ -0,0 +1 @@

View File

@ -1 +1,2 @@
#!/bin/bash