Code review comment for lp:~francesco-marella/specto/fix-sdist

Revision history for this message
Jeff Fortin Tam (kiddo) wrote :

After uncompressing the tarball resulting from "python setup.py sdist", "sudo setup.py install" fails like so:

  running install_scripts
  copying build/scripts-2.7/specto -> /usr/bin
  changing mode of /usr/bin/specto to 755
  running install_data
  error: can't copy 'specto.desktop': doesn't exist or not a regular file

Then when you try to run "sudo python setup.py uninstall", you get:

  warning: uninstall: Could not read installed files list installed_files

review: Needs Fixing

« Back to merge proposal