summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/hooks/all_binary_live-helper.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/hooks/all_binary_live-helper.sh b/examples/hooks/all_binary_live-helper.sh
index c1823b3..219193b 100755
--- a/examples/hooks/all_binary_live-helper.sh
+++ b/examples/hooks/all_binary_live-helper.sh
@@ -18,7 +18,7 @@ else
mkdir -p "${DIRECTORY}"/live-helper/bin
cp -a /usr/bin/lh* "${DIRECTORY}"/live-helper/bin
- cp -a /usr/share/live-helper "${DIRECTORY}"/live-helper/share
+ cp -a /usr/share/live/build "${DIRECTORY}"/live-helper/share
- cp -a /usr/share/doc/live-helper "${DIRECTORY}"/live-helper/doc
+ cp -a /usr/share/doc/live-build "${DIRECTORY}"/live-helper/doc
fi