Skip to content

Commit a569b2e

Browse files
author
Rob Myers
committed
Link the rdf directories *after* they are created.
1 parent 347bb30 commit a569b2e

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

scripts/bootstrap_checkout.sh

+11-9
Original file line numberDiff line numberDiff line change
@@ -90,15 +90,6 @@ mkdir -p ${TOPDIR}/docroot/wp-content/themes
9090
mkdir -p ${TOPDIR}/docroot/wp-content/uploads
9191
chgrp -R www-data ${TOPDIR}/docroot/wp-content/uploads
9292

93-
# Link in the rdf
94-
95-
ln -s ${TOPDIR}/python_env/src/license.rdf \
96-
${TOPDIR}/docroot/license.rdf
97-
ln -s ${TOPDIR}/docroot/license.rdf/cc/licenserdf/rdf \
98-
${TOPDIR}/docroot/rdf
99-
ln -s ${TOPDIR}/docroot/license.rdf/cc/licenserdf/licenses \
100-
${TOPDIR}/docroot/license_rdf
101-
10293
#
10394
# Theme
10495
#
@@ -135,4 +126,15 @@ done
135126

136127
chmod 755 python_env/bin/ccengine.fcgi
137128

129+
#
130+
# Support the semantic web
131+
#
132+
133+
ln -s ${TOPDIR}/python_env/src/license.rdf \
134+
${TOPDIR}/docroot/license.rdf
135+
ln -s ${TOPDIR}/docroot/license.rdf/cc/licenserdf/rdf \
136+
${TOPDIR}/docroot/rdf
137+
ln -s ${TOPDIR}/docroot/license.rdf/cc/licenserdf/licenses \
138+
${TOPDIR}/docroot/license_rdf
139+
138140
popd # to original

0 commit comments

Comments
 (0)