summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index cf700ee..65733be 100644
--- a/Makefile
+++ b/Makefile
@@ -222,7 +222,7 @@ apt-get-update-stamp: FORCE
222 @if $(stale); then set -x; sudo apt-get update && touch $@; fi 222 @if $(stale); then set -x; sudo apt-get update && touch $@; fi
223 223
224rootfs/samizdat.patch.btrfs: rootfs/samizdat.seed.btrfs \ 224rootfs/samizdat.patch.btrfs: rootfs/samizdat.seed.btrfs \
225 $(if $(INTERACTIVE_CHROOT),FORCE,patchroot.sh) 225 $(if $(INTERACTIVE_CHROOT),FORCE,rootfs/patchroot.sh)
226ifneq ($(shell id -u),0) 226ifneq ($(shell id -u),0)
227 $(SUDO_MAKE) $@ 227 $(SUDO_MAKE) $@
228else 228else
@@ -241,7 +241,7 @@ else
241ifdef INTERACTIVE_CHROOT 241ifdef INTERACTIVE_CHROOT
242 chroot $@.mnt bash -i 242 chroot $@.mnt bash -i
243else 243else
244 chroot $@.mnt sh < patchroot.sh 244 chroot $@.mnt sh < rootfs/patchroot.sh
245endif 245endif
246 umount $@.mnt 246 umount $@.mnt
247 losetup -f $< 247 losetup -f $<