Wow, I am really terrible at getting this Makefile correct. Next time I will create a branch.

This commit is contained in:
paul 2006-11-24 21:33:34 +00:00
parent 1d3d8a6ff1
commit 7217a801e2
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ install:
${MKDIR} ${INSTALL_DIR}/lib/pear/bin
${MKDIR} ${INSTALL_DIR}/lib/pear/etc
${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
cd src; tar -cf tmp.tar --exclude=*svn . 2>/dev/null; mv -f tmp.tar ${INSTALL_DIR}/lib/pear/src