summaryrefslogtreecommitdiffstats
path: root/scripts/mk-images
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/mk-images')
-rwxr-xr-xscripts/mk-images2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mk-images b/scripts/mk-images
index 56b57fb25..1bc848ceb 100755
--- a/scripts/mk-images
+++ b/scripts/mk-images
@@ -516,7 +516,7 @@ makebootdisk() {
if [ -n "$EXTRAKERNELPATH" ]; then
mkdir -p `dirname $EXTRAKERNELPATH`
- cp -af $KERNELROOT/boot/${KERNELNAME}-* $EXTRAKERNELPATH
+ cp -f $KERNELROOT/boot/${KERNELNAME}-* $EXTRAKERNELPATH
fi
mkdir -p `dirname $MBD_FILENAME`