libspnav install with relative symlinks
Brought to you by:
jtsiomb
Hi John,
could you use this patch on the libspnav Makefile.in? It changes the library symlinks from absolute paths to relative. This makes using fakeroot possible when building distribution packages. It should also work with direct source installs. The patch is identical for Arch and Debian.
Cheers,
Torsten
--- libspnav-0.2.3/Makefile.in~ 2015-01-10 09:08:35.043417955 +0000
+++ libspnav-0.2.3/Makefile.in 2015-01-10 09:09:00.833315269 +0000
@@ -54,8 +54,8 @@
cp $(lib_so) $(DESTDIR)$(PREFIX)/$(libdir)/$(lib_so)
[ -n "$(soname)" ] && \
rm -f $(DESTDIR)$(PREFIX)/$(libdir)/$(soname) $(DESTDIR)$(PREFIX)/$(libdir)/$(devlink) && \
Done, commit 79ad169.
Thank you very much. Could you tag a release that the changes can be picked up by the Linux distributions?
Cheers,
Torsten
This is an extremely minor change to warrant a full release. I'm sure any distributions which have a problem with this can either use the specific git revision, or take the diff from this commit and add it to their package patches.