2010-05-20 Miguel de Dios <miguel.dedios@artica.es>
* DEBIAN/make_deb_package.sh: fixed the permissions to DEBIAN temp package. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2764 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
0dac438a7f
commit
2c98965ff6
|
@ -1,3 +1,7 @@
|
|||
2010-05-20 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* DEBIAN/make_deb_package.sh: fixed the permissions to DEBIAN temp package.
|
||||
|
||||
2010-05-18 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* DEBIAN/make_deb_package.sh: added parameter to make only packages of
|
||||
|
|
|
@ -94,6 +94,7 @@ then
|
|||
cp -R DEBIAN temp_package
|
||||
find temp_package/var/www/pandora_console -name ".svn" | xargs rm -Rf
|
||||
rm -Rf temp_package/var/www/pandora_console/pandora_console.spec
|
||||
chmod 777 -R temp_package/DEBIAN
|
||||
|
||||
echo "Calculate md5sum for md5sums package control file."
|
||||
for item in `find temp_package`
|
||||
|
|
Loading…
Reference in New Issue