From 7c1313ae0433edbd2b877f29cac67dd1dd7bf3b4 Mon Sep 17 00:00:00 2001 From: TomasM Date: Wed, 11 Oct 2017 09:19:14 -0400 Subject: [PATCH] bugfix --- Slax/debian/build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Slax/debian/build b/Slax/debian/build index 1e2f06d..947a25b 100755 --- a/Slax/debian/build +++ b/Slax/debian/build @@ -1,6 +1,6 @@ #!/bin/bash -CWD=$(pwd) +THIS=$(dirname $(readlink -f $0)) . ./install . ./cleanup @@ -19,4 +19,4 @@ cd initramfs . ./initramfs_create mv -f $INITRAMFS.img $LIVEKITDATA/$LIVEKITNAME/boot/initrfs.img -cp -f $CWD/bootfiles/* $LIVEKITDATA/$LIVEKITNAME/boot/ +cp -vf $THIS/bootfiles/* $LIVEKITDATA/$LIVEKITNAME/boot/