From 28277328462c70aa567fc8ab47e2df0cd85b0ceb Mon Sep 17 00:00:00 2001 From: Braiden Vasco Date: Thu, 6 Jul 2017 21:33:48 +0000 Subject: [PATCH] Fix file paths --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index fb0d424..174c141 100755 --- a/build.sh +++ b/build.sh @@ -194,11 +194,11 @@ ln -nsf /proc/mounts "$ROOTFS_DIR/etc/mtab" ## # Prepare package manager. # -apply_file 644 '/apt/sources.list' +apply_file 644 '/etc/apt/sources.list' on_chroot apt-key add - < keys/raspberrypi.gpg.asc -apply_file 644 '/apt/preferences.d/raspberrypi-kernel-and-bootloader' +apply_file 644 '/etc/apt/preferences.d/raspberrypi-kernel-and-bootloader' apply_file 644 '/etc/apt/apt.conf.d/50raspi'