X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=grml2usb;h=490542fc882a11e44c82ffd38314760313f87dda;hb=refs%2Ftags%2Fv0.9.28;hp=161aae0229d1d4f34ef9bee8954433db47152484;hpb=c0fd54ed8049b7a6b6bf3bdf346c02f19990818a;p=grml2usb.git diff --git a/grml2usb b/grml2usb index 161aae0..490542f 100755 --- a/grml2usb +++ b/grml2usb @@ -22,7 +22,7 @@ import uuid import struct # global variables -PROG_VERSION = "0.9.28~git" +PROG_VERSION = "0.9.28" MOUNTED = set() # register mountpoints TMPFILES = set() # register tmpfiles DATESTAMP = time.mktime(datetime.datetime.now().timetuple()) # unique identifier for syslinux.cfg @@ -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):