From: Thierry Parmentelat Date: Tue, 6 May 2008 19:58:23 +0000 (+0000) Subject: fix drupal generation X-Git-Tag: MyPLC-4.2-10~4 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=428fba34fedce429ee523b6ccc16c1da16e7f58d;p=myplc.git fix drupal generation --- diff --git a/build-native.sh b/build-native.sh index cd734d6..662b525 100755 --- a/build-native.sh +++ b/build-native.sh @@ -77,12 +77,12 @@ make -C doc myplc.html # install doc for doc in myplc.html myplc.pdf ; do - install -D -m 644 doc/$doc ${tmpdir}/var/www/html/planetlab/doc/$doc + install -D -m 644 doc/$doc ${tmpdir}/usr/share/myplc/doc/$doc done # create drupal pages # at this stage we dont have access to the PLCAPI html # so, let's just package build.common and do the job in the post-install script -install -m 644 ./docbook2drupal.sh ${tmpdir}/usr/share/myplc/docbook2drupal.sh +install -m 755 ./docbook2drupal.sh ${tmpdir}/usr/share/myplc/docbook2drupal.sh exit 0