Wow, I am really terrible at getting this Makefile correct. Next time I will create a branch.
This commit is contained in:
parent
1d3d8a6ff1
commit
7217a801e2
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ install:
|
||||||
${MKDIR} ${INSTALL_DIR}/lib/pear/bin
|
${MKDIR} ${INSTALL_DIR}/lib/pear/bin
|
||||||
${MKDIR} ${INSTALL_DIR}/lib/pear/etc
|
${MKDIR} ${INSTALL_DIR}/lib/pear/etc
|
||||||
${MKDIR} ${INSTALL_DIR}/lib/pear/src
|
${MKDIR} ${INSTALL_DIR}/lib/pear/src
|
||||||
cp -pP ${BASE_DIR}/../pear/etc/pear.conf.template ${INSTALL_DIR}/usr/lib/pear/etc
|
cp -pP ${BASE_DIR}/../pear/etc/pear.conf.template ${INSTALL_DIR}/lib/pear/etc
|
||||||
|
|
||||||
# Copy the PEAR libraries without the SVN directories
|
# Copy the PEAR libraries without the SVN directories
|
||||||
cd src; tar -cf tmp.tar --exclude=*svn . 2>/dev/null; mv -f tmp.tar ${INSTALL_DIR}/lib/pear/src
|
cd src; tar -cf tmp.tar --exclude=*svn . 2>/dev/null; mv -f tmp.tar ${INSTALL_DIR}/lib/pear/src
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue