Missing mkdir added.

This commit is contained in:
tomas 2005-08-05 19:52:11 +00:00
parent d159aa0ec3
commit 003e95c80b

View file

@ -21,7 +21,7 @@
#
#
# Author : $Author: tomas $
# Version : $Revision: 1.3 $
# Version : $Revision: 1.4 $
# Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/tools/pear/etc/Makefile.in,v $
#-------------------------------------------------------------------------------
@ -61,6 +61,7 @@ install: copy_files
${INSTALL_DIR}/usr/lib/pear/bin/install.sh -d ${INSTALL_DIR}
copy_files:
${MKDIR} ${INSTALL_DIR}/usr/lib
cp -pPR ${BASE_DIR}/../pear ${INSTALL_DIR}/usr/lib
clean: