Summary: | app-dicts/ebview uses einstall instead of `make install DESTDIR=$D` | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | SpanKY <vapier> |
Component: | Current packages | Assignee: | Mamoru KOMACHI (RETIRED) <usata> |
Status: | RESOLVED UPSTREAM | ||
Severity: | normal | CC: | qa |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
SpanKY
![]() einstall causes sandbox violation (both 0.3.5 and 0.3.6). i assume you mean `make install DESTDIR=$D` causes sandbox violations in that case, the package should be patched and the patch sent upstream some pointers: - po/Makefile.in.in: the 'install-data-yes' make target should work on '$(DESTDIR)$(datadir)' instead of '$(datadir)' and update the 'destdir=...' assignment to look like 'destdir=$(DESTDIR)...' - data/Makefile.{am,in}: the 'install' make target should probably not even exist, the default 'install' target should handle the installation of the data files just fine if one uses the variable name 'pkgconfig_DATA' instead of 'data' Fixed in CVS and the patch sent to upstream. |