From 428fba34fedce429ee523b6ccc16c1da16e7f58d Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Tue, 6 May 2008 19:58:23 +0000 Subject: [PATCH] fix drupal generation --- build-native.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.43.0