summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiwi <miwi@058c260c-8361-11dd-a0ac-aa2bafec7d09>2008-09-16 08:25:30 +0800
committermiwi <miwi@058c260c-8361-11dd-a0ac-aa2bafec7d09>2008-09-16 08:25:30 +0800
commit792135c94b35d69a6057e265285fd6c2b94d2df9 (patch)
treeabf88314b0b622b6e73c8eb17506d847253b3217
parentc0f339420ae5f76a83c5364bc191ae536f0a9e91 (diff)
downloadxorg-devel-ports-792135c94b35d69a6057e265285fd6c2b94d2df9.tar
xorg-devel-ports-792135c94b35d69a6057e265285fd6c2b94d2df9.tar.gz
xorg-devel-ports-792135c94b35d69a6057e265285fd6c2b94d2df9.tar.bz2
xorg-devel-ports-792135c94b35d69a6057e265285fd6c2b94d2df9.tar.lz
xorg-devel-ports-792135c94b35d69a6057e265285fd6c2b94d2df9.tar.xz
xorg-devel-ports-792135c94b35d69a6057e265285fd6c2b94d2df9.tar.zst
xorg-devel-ports-792135c94b35d69a6057e265285fd6c2b94d2df9.zip
- Fix a typo
git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@7 058c260c-8361-11dd-a0ac-aa2bafec7d09
-rw-r--r--lang/io/files/bsd.ioaddons.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/io/files/bsd.ioaddons.mk b/lang/io/files/bsd.ioaddons.mk
index ffaeaa3..83ad009 100644
--- a/lang/io/files/bsd.ioaddons.mk
+++ b/lang/io/files/bsd.ioaddons.mk
@@ -45,8 +45,8 @@ do-install:
if [ -d ${SRC_DIR}/depends ]; then \
${CP} -rf ${SRC_DIR}/depends ${TARGET_DIR}/; \
fi
- if [ -e ${SRC_DIR}/protos ]; then \
- ${CP} -f ${SRC_DIR}/protos ${TARGET_DIR}/; \
+ if [ -d ${SRC_DIR}/protos ]; then \
+ ${CP} -rf ${SRC_DIR}/protos ${TARGET_DIR}/; \
fi
if [ -d ${SRC_DIR}/io ]; then \
${CP} -rf ${SRC_DIR}/io ${TARGET_DIR}/; \