summaryrefslogtreecommitdiff
path: root/hooks
diff options
context:
space:
mode:
authormaximilian attems <maks@debian.org>2007-08-27 10:10:40 +0200
committermaximilian attems <maks@debian.org>2007-08-27 10:10:40 +0200
commitf26697d21e617646da61bed3c88e48be1d781cf5 (patch)
treeff046c31cb1d6de5681c564d1766b99b21e923ea /hooks
parentcd3e97b5b87380e8d1700c6f86d907ad40a1179d (diff)
downloadinitramfs-tools-f26697d21e617646da61bed3c88e48be1d781cf5.tar.gz
initramfs-tools-f26697d21e617646da61bed3c88e48be1d781cf5.zip
mkinitramfs, hooks/keymap: add trailing slash to cp destionation
just make sure we really copy into a dir and not a file.
Diffstat (limited to 'hooks')
-rwxr-xr-xhooks/keymap2
1 files changed, 1 insertions, 1 deletions
diff --git a/hooks/keymap b/hooks/keymap
index 749f24c..a2b1b08 100755
--- a/hooks/keymap
+++ b/hooks/keymap
@@ -27,7 +27,7 @@ fi
. /usr/share/initramfs-tools/hook-functions
copy_exec /bin/loadkeys /bin
-cp /etc/console/boottime.kmap.gz ${DESTDIR}/etc
+cp /etc/console/boottime.kmap.gz ${DESTDIR}/etc/
# Step 2 - Check for UTF8 console
if [ ! -x /usr/bin/kbd_mode ]; then