X-Git-Url: https://git.grml.org/?p=grml2usb.git;a=blobdiff_plain;f=grml2usb;h=092e34daf0b3aab2bf07551ee061cafad1b4f4ff;hp=161aae0229d1d4f34ef9bee8954433db47152484;hb=1a5a6cdf81fbd2195b506852f7f52c80e52aecbf;hpb=c0fd54ed8049b7a6b6bf3bdf346c02f19990818a diff --git a/grml2usb b/grml2usb index 161aae0..092e34d 100755 --- a/grml2usb +++ b/grml2usb @@ -1201,7 +1201,7 @@ def handle_addon_copy(filename, dst, iso_mount): if file_location is None: logging.warn("Warning: %s not found (that's fine if you don't need it)", filename) else: - exec_rsync(file_location, dst + filename) + exec_rsync(file_location, dst) def copy_addons(iso_mount, target):