diff options
| author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-06-15 07:10:54 +0200 |
|---|---|---|
| committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-06-15 07:11:03 +0200 |
| commit | f7d2e5a84b62f53ae488c602854bf63999fc8f93 (patch) | |
| tree | 04cc1ab8d5983132200df3f3a471a658071859d6 | |
| parent | 06fb96a10c7d23f245c7492912867b3b324c62e6 (diff) | |
| download | vyos-live-build-f7d2e5a84b62f53ae488c602854bf63999fc8f93.tar.gz vyos-live-build-f7d2e5a84b62f53ae488c602854bf63999fc8f93.zip | |
Correcting typos in chroot_hooks.
| -rwxr-xr-x | scripts/build/chroot_hooks | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/chroot_hooks b/scripts/build/chroot_hooks index d2022600f..140f932a3 100755 --- a/scripts/build/chroot_hooks +++ b/scripts/build/chroot_hooks @@ -83,7 +83,7 @@ then # Restoring cache Restore_cache cache/packages.chroot - for HOOK in config/hooks/normal/*.binary config/hooks/live/*.binary + for HOOK in config/hooks/normal/*.chroot config/hooks/live/*.chroot do if [ ! -e "${HOOK}" ] then |
