replacing cp -a with cp -pPR, so as it works also on platforms which

don't have the -a GNU extension option to cp
This commit is contained in:
maroy 2005-04-06 17:59:11 +00:00
parent 590968ace8
commit 006fc2b264
6 changed files with 37 additions and 37 deletions

View file

@ -22,7 +22,7 @@
#
#
# Author : $Author: maroy $
# Version : $Revision: 1.3 $
# Version : $Revision: 1.4 $
# Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/tools/libxml++/libxml++-1.0.4/bin/Attic/install.sh,v $
#-------------------------------------------------------------------------------
#-------------------------------------------------------------------------------
@ -55,7 +55,7 @@ make install
# autoconf thing doesn't :(
make -C docs/reference
mkdir -p $docdir
cp -a docs/reference/1.0 $docdir
cp -pPR docs/reference/1.0 $docdir
cd $basedir
rm -rf tmp

View file

@ -22,7 +22,7 @@
#
#
# Author : $Author: maroy $
# Version : $Revision: 1.3 $
# Version : $Revision: 1.4 $
# Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/tools/libxml++/libxml++-2.8.0/bin/Attic/install.sh,v $
#-------------------------------------------------------------------------------
#-------------------------------------------------------------------------------
@ -66,7 +66,7 @@ make install
# autoconf thing doesn't :(
make -C docs/reference
mkdir -p $docdir
cp -a docs/reference/2.8 $docdir
cp -pPR docs/reference/2.8 $docdir
cd $basedir
rm -rf tmp

View file

@ -21,8 +21,8 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
#
# Author : $Author: fgerlits $
# Version : $Revision: 1.3 $
# Author : $Author: maroy $
# Version : $Revision: 1.4 $
# Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/tools/libxml++/libxml++-2.8.1/bin/Attic/install.sh,v $
#-------------------------------------------------------------------------------
#-------------------------------------------------------------------------------
@ -66,7 +66,7 @@ make install
# autoconf thing doesn't :(
make -C docs/reference
mkdir -p $docdir
cp -a docs/reference/2.8 $docdir
cp -pPR docs/reference/2.8 $docdir
cd $basedir
rm -rf tmp

View file

@ -21,8 +21,8 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
#
# Author : $Author: fgerlits $
# Version : $Revision: 1.1 $
# Author : $Author: maroy $
# Version : $Revision: 1.2 $
# Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/tools/taglib/taglib-1.3.1/bin/Attic/install.sh,v $
#-------------------------------------------------------------------------------
#-------------------------------------------------------------------------------
@ -68,7 +68,7 @@ cd taglib-api
doxygen taglib.doxygen
cd ..
mkdir -p $docdir
cp -af taglib-api/* $docdir
cp -pPRf taglib-api/* $docdir
cd $basedir
rm -rf tmp