gnuradio-for-mac-without-macports icon indicating copy to clipboard operation
gnuradio-for-mac-without-macports copied to clipboard

Fix symbolic links

Open dholl opened this issue 7 years ago • 1 comments

I noticed that some symbolic links are coded with the full path, such as:

zero(ttys000):...app/Contents> ls -al /Users/dholl/App/GNURadio.app/Contents/MacOS/usr/etc/fonts/conf.d/10-hinting-slight.conf
lrwxr-xr-x  1 dholl  staff  108 Jun  5 20:45 /Users/dholl/App/GNURadio.app/Contents/MacOS/usr/etc/fonts/conf.d/10-hinting-slight.conf -> /Users/dholl/Applications/GNURadio.app/Contents/MacOS/usr/share/fontconfig/conf.avail/10-hinting-slight.conf

(Here, I built GNURadio.app in ~/Applications, and then I moved it to ~/App to see what breaks.)

I'll write another script similar to #40 to scan for symbolic links and rewrite them to use relative paths.

dholl avatar Jun 06 '17 23:06 dholl

@cfriedt Status update: I'm still working on this, and have made some progress in parallel with #40.

dholl avatar Jun 11 '17 19:06 dholl