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
50eb30eb9b
commit
873a170d4f
|
@ -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>
|
||||
* godmode/alerts/alert_list.php: fix notice alert php describe in the
|
||||
tracker of sourceforge.
|
||||
|
|
|
@ -53,10 +53,11 @@ else
|
|||
echo "Found \"dpkg-buildpackage\"."
|
||||
fi
|
||||
|
||||
echo "Make a \"temp_package\" temp dir for job."
|
||||
mkdir -p ../temp_package/var/www/pandora_console
|
||||
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."
|
||||
for item in `ls `
|
||||
do
|
||||
|
|
Loading…
Reference in New Issue