Link the installed libdts to the installed libdca
Showing
-
There is a mistake with this. The symlink should not include $(DESTDIR)..
ln -sf "$(libdir)/libdca.a" "$(DESTDIR)$(libdir)/libdts.a"
Otherwise when using DESTDIR for a tmp install path the symlink will bogosly include a symlink to that path in the generated package instead of the proper destination path.
-
Yes but if that folder is gone, both are gone.
-
This change broke package builds in Debian. libdts.a ends up as
./usr/lib/x86_64-linux-gnu/libdts.a -> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/x86_64-linux-gnu/libdca.a
in the package. -
mentioned in issue #3
-
mentioned in merge request !6
Please register or sign in to comment