Missing mkdir added.
This commit is contained in:
parent
d159aa0ec3
commit
003e95c80b
1 changed files with 2 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue