Comment 1 for bug 710104

Revision history for this message
Spring Zhang (qzhang) wrote :

Need to change the following line in /usr/local/lib/python2.6/dist-packages/linaro_media_create/hwpack.py
    if not os.path.exists(linaro_hwpack_install_path):
        linaro_hwpack_install_path = '/usr/bin/linaro-hwpack-install'
to:
    if not os.path.exists(linaro_hwpack_install_path):
        linaro_hwpack_install_path = '/usr/local/bin/linaro-hwpack-install'