2010-11-10 Miguel de Dios <miguel.dedios@artica.es>
* DEBIAN/make_deb_package.sh: fixed the include the bigger NT4 files in the DEB package. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3565 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
bc3e49a54c
commit
b67bf7c71f
|
@ -1,3 +1,8 @@
|
|||
2010-11-10 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* DEBIAN/make_deb_package.sh: fixed the include the bigger NT4 files in the
|
||||
DEB package.
|
||||
|
||||
2010-11-04 Sancho Lerena <slerena@artica.es>
|
||||
|
||||
* NT4: New binary version of Unix perl agent for NT4, with some tools.
|
||||
|
|
|
@ -50,12 +50,12 @@ chmod 755 -R temp_package/DEBIAN
|
|||
#cp -aRf * temp_package/usr/share/pandora_agent/
|
||||
#but don't copy recursive the temp_package into temp_package
|
||||
|
||||
for item in `ls`
|
||||
for item in `ls | grep -v NT4 | grep -v temp_package`
|
||||
do
|
||||
if [ $item != 'temp_package' ]
|
||||
then
|
||||
#if [ \( $item != 'temp_package' \) -a \( $item != 'NT4' \) ]
|
||||
#then
|
||||
cp -aRf $item temp_package/usr/share/pandora_agent/
|
||||
fi
|
||||
#fi
|
||||
done
|
||||
cp -aRf tentacle_client temp_package/usr/bin/
|
||||
cp -aRf pandora_agent temp_package/usr/bin/
|
||||
|
|
Loading…
Reference in New Issue