diff options
author | Daniel Baumann <daniel@debian.org> | 2010-08-14 20:29:05 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2010-08-14 20:35:52 +0200 |
commit | d7064532346ce2f56d44274b6c5828659886cec7 (patch) | |
tree | c34ae564f0b86b77ef6023f44be6e9f2c95001a6 /examples/hooks | |
parent | f442aef1df9c18ae64ff285c2524b9510a37d89c (diff) | |
download | vyos-live-build-d7064532346ce2f56d44274b6c5828659886cec7.tar.gz vyos-live-build-d7064532346ce2f56d44274b6c5828659886cec7.zip |
Moving /usr/share/live-helper to /usr/share/live/build.
Diffstat (limited to 'examples/hooks')
-rwxr-xr-x | examples/hooks/all_binary_live-helper.sh | 4 |
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 c1823b303..219193bce 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 |