blob: be058f9ebb6e1c763c4d7c5689d44625035614cc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- Makefile.orig Mon Nov 28 11:57:33 2005
+++ Makefile Mon Nov 28 11:55:50 2005
@@ -211,8 +211,8 @@
done
cp -Rf ${CURDIR}/xb-gui-control.pl ${WWW}/xbone/lib
for c in `ls ${CACERT}`; do \
- if( test ! -e ${CERT}/$$c ) then {\
- cp -f ${CACERT}/$$c ${CERT}; \
+ if( test ! -e ${CERT}/GUI-$$c ) then {\
+ cp -f ${CACERT}/$$c ${CERT}/GUI-$$c; \
} fi; \
done
echo ">>> Build & install local Perl modules:" | tee -a ${LOG}
|