metamorphose / metamorphose2

Métamorphose Renamer v2
http://file-folder-ren.sourceforge.net
146 stars 33 forks source link

System agnostic Makefile fixes and cleanups #15

Closed RamKromberg closed 8 years ago

RamKromberg commented 8 years ago

Following https://github.com/NixOS/nixpkgs/pull/17171, I decided to clean up the Makefile upstream.

Summary:

  1. make PREFIX=/foo/bar should now work for any directory so long as the install path is absolute (NOT: make PREFIX= ../../out). Default is still /usr.
  2. messages/Makefile replaces _messages/updatelangs.sh for all purposes.
  3. app.py's hardcoded path is adjusted using the PREFIX.
  4. The metamorphose2 shell script path is adjusted using the PREFIX.
  5. metamorphose2.desktop path is adjusted using the PREFIX.
RamKromberg commented 8 years ago

Thanks!