mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 08:14:38 +02:00
2009-11-04 Miguel de Dios <miguel.dedios@artica.es>
* DEBIAN/make_deb_package.sh: simplify the source code of script. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2079 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
e7b5bdfcee
commit
bbef071585
@ -1,3 +1,6 @@
|
|||||||
|
2009-11-04 Miguel de Dios <miguel.dedios@artica.es>
|
||||||
|
* DEBIAN/make_deb_package.sh: simplify the source code of script.
|
||||||
|
|
||||||
2009-11-03 Miguel de Dios <miguel.dedios@artica.es>
|
2009-11-03 Miguel de Dios <miguel.dedios@artica.es>
|
||||||
* godmode/alerts/alert_list.php: fix notice alert php describe in the
|
* godmode/alerts/alert_list.php: fix notice alert php describe in the
|
||||||
tracker of sourceforge.
|
tracker of sourceforge.
|
||||||
|
@ -53,10 +53,11 @@ else
|
|||||||
echo "Found \"dpkg-buildpackage\"."
|
echo "Found \"dpkg-buildpackage\"."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "Make a \"temp_package\" temp dir for job."
|
|
||||||
mkdir -p ../temp_package/var/www/pandora_console
|
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
|
echo "Make a \"temp_package\" temp dir for job."
|
||||||
|
mkdir -p temp_package/var/www/pandora_console
|
||||||
|
|
||||||
echo "Make directory system tree for package."
|
echo "Make directory system tree for package."
|
||||||
for item in `ls `
|
for item in `ls `
|
||||||
do
|
do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user