summaryrefslogtreecommitdiff
path: root/scripts/01-patch.sh
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2007-09-23 10:04:21 +0200
committerDaniel Baumann <daniel@debian.org>2007-09-23 10:04:21 +0200
commit18e4f460bf1c115c62ea9aebb56d75d486322531 (patch)
treef277a0fe28a622ee2056d317140a43ef71627991 /scripts/01-patch.sh
parent57cf927e8b36655351399184fecec51552feffe5 (diff)
downloadlive-build-18e4f460bf1c115c62ea9aebb56d75d486322531.zip
live-build-18e4f460bf1c115c62ea9aebb56d75d486322531.tar.gz
Adding live-package 0.99.2-1.
Diffstat (limited to 'scripts/01-patch.sh')
-rw-r--r--scripts/01-patch.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/01-patch.sh b/scripts/01-patch.sh
index 5b81bf5..c990032 100644
--- a/scripts/01-patch.sh
+++ b/scripts/01-patch.sh
@@ -8,7 +8,7 @@ Patch_chroot ()
case "${1}" in
apply)
# Create chroot file
- echo "live" > "${LIFE_CHROOT}"/etc/debian_chroot
+ echo "live" > "${LIVE_CHROOT}"/etc/debian_chroot
;;
deapply)