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 /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 'hooks')
-rwxr-xr-x | hooks/minimal | 2 | ||||
-rwxr-xr-x | hooks/stripped | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/hooks/minimal b/hooks/minimal index fdb289bc4..33f3cce7d 100755 --- a/hooks/minimal +++ b/hooks/minimal @@ -1,6 +1,6 @@ #!/bin/sh -# /usr/share/live-helper/hooks/minimal - hook list for live-helper(7) +# /usr/share/live/build/hooks/minimal - hook list for live-helper(7) # Copyright (C) 2006-2010 Daniel Baumann <daniel@debian.org> # # live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING. diff --git a/hooks/stripped b/hooks/stripped index 95afdf20e..8463124ba 100755 --- a/hooks/stripped +++ b/hooks/stripped @@ -1,6 +1,6 @@ #!/bin/sh -# /usr/share/live-helper/hooks/stripped - hook list for live-helper(7) +# /usr/share/live/build/hooks/stripped - hook list for live-helper(7) # Copyright (C) 2006-2010 Daniel Baumann <daniel@debian.org> # # live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING. |