Follow-up Comment #5, bug #46117 (project denemo):

Just a follow-up, I was able to re-link the symlinks in Denemo.app using some
bash magic adapted from here
(http://unix.stackexchange.com/questions/18360/how-can-i-relink-a-lot-of-broken-symlinks),
and was able to successfully start the application.

The first step I ran was to fix the symlinks using this command: find ./
-lname './Denemo.app/*'      -exec sh -c 'ln -snf "../../../../$(readlink
"$0")" "$0"' {} ;

The next step was to use the symlinks utility to simplify the symlinks to the
current directory (https://github.com/brandt/symlinks)

Thanks!

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?46117>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/


_______________________________________________
Denemo-devel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/denemo-devel

Reply via email to