Message ID | 20120810114410.23190.44924.launchpad@ackee.canonical.com |
---|---|
State | Accepted |
Headers | show |
=== modified file 'linaro-media-create' --- linaro-media-create 2012-08-09 12:08:40 +0000 +++ linaro-media-create 2012-08-09 23:00:50 +0000 @@ -181,7 +181,7 @@ # if not a debian compatible system, just extract the kernel packages extract_kpkgs = False if not path_in_tarfile_exists( - os.path.join(filesystem_dir, '/etc/debian_version'), args.binary): + os.path.join(filesystem_dir, 'etc', 'debian_version'), args.binary): extract_kpkgs = True ROOTFS_DIR = os.path.join(BIN_DIR, filesystem_dir)