summaryrefslogtreecommitdiff
path: root/installer.customize
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-08-09 09:43:02 +0300
committerLars Wirzenius <liw@liw.fi>2016-08-09 09:43:02 +0300
commit1f7c7538035182ba2052f24e31604f03376f8721 (patch)
treee41ff699ce5843a63acfa898ef4ce1e6b587372f /installer.customize
parent857a1497f4729be04da09ef126a22f4ec397bb3c (diff)
downloadminipc-router-1f7c7538035182ba2052f24e31604f03376f8721.tar.gz
Refer to chroot with right variable
Diffstat (limited to 'installer.customize')
-rwxr-xr-x[-rw-r--r--]installer.customize2
1 files changed, 1 insertions, 1 deletions
diff --git a/installer.customize b/installer.customize
index e1c1d73..2cbb3eb 100644..100755
--- a/installer.customize
+++ b/installer.customize
@@ -27,4 +27,4 @@ export LC_ALL=C
rootdir="$1"
# Put router image on installer image.
-cp router.img.gz "$1/."
+cp router.img.gz "$rootdir/."