diff options
author | Daniel Baumann <daniel@debian.org> | 2010-01-11 23:58:54 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:17:03 +0100 |
commit | 4a3d0ebf17d290053016e316e1c1cee91197fa56 (patch) | |
tree | fec192a34f8920d5f25f7503b27123ca7b376cc6 /helpers/lh_source_debian-live | |
parent | cf424ab6e6c8f4aad6a127b6c9880bfd0612af94 (diff) | |
download | vyos-live-build-4a3d0ebf17d290053016e316e1c1cee91197fa56.tar.gz vyos-live-build-4a3d0ebf17d290053016e316e1c1cee91197fa56.zip |
Renaming directory that holds automatic scripts (e.g. scripts/config or scripst/clean) to auto for consistency reasons.
Diffstat (limited to 'helpers/lh_source_debian-live')
-rwxr-xr-x | helpers/lh_source_debian-live | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/helpers/lh_source_debian-live b/helpers/lh_source_debian-live index 391f75e21..10ba58050 100755 --- a/helpers/lh_source_debian-live +++ b/helpers/lh_source_debian-live @@ -52,9 +52,9 @@ fi mkdir -p source/debian-live cp -a config source/debian-live -if Find_files scripts/* +if Find_files auto/* then - cp -a scripts source/debian-live + cp -a auto source/debian-live fi # Create tarball |