]> git.ipfire.org Git - thirdparty/dracut.git/commit
dracut-install.c: really add a "/" inbetween destdir and target
authorHarald Hoyer <harald@redhat.com>
Thu, 14 Jul 2016 11:53:24 +0000 (13:53 +0200)
committerHarald Hoyer <harald@redhat.com>
Thu, 14 Jul 2016 11:54:04 +0000 (13:54 +0200)
commit24113c3a1126c7f0e46e7f3c0866e5f8c715775a
tree0961d555c52e3985537ae4019973244a412aac5b
parent34a42f9f49d4ad8897c4890af5b9a455e1335c66
dracut-install.c: really add a "/" inbetween destdir and target

using dracut-install with

find . -print0 | xargs dracut-install -D /tmp/test -a

resulted in /tmp/test./.... files
install/dracut-install.c