Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 184897 | Differences between
and this patch

Collapse All | Expand All

(-)dnprogs-2.39/Makefile.common (-3 / +3 lines)
Lines 66-77 Link Here
66
ARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ -e s/arm.*/arm/ -e s/sa110/arm/)
66
ARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ -e s/arm.*/arm/ -e s/sa110/arm/)
67
67
68
#
68
#
69
# For RPM & DEB builds
69
# For RPM & DEB builds and gentoo ebuilds
70
#
70
#
71
ifdef DESTDIR
71
ifdef DESTDIR
72
prefix=$(DESTDIR)/usr
72
prefix=$(DESTDIR)/usr/local
73
libprefix=$(DESTDIR)/usr
73
libprefix=$(DESTDIR)/usr
74
manprefix=$(DESTDIR)/usr/share
74
manprefix=$(DESTDIR)/usr/local/share
75
sysconfprefix=$(DESTDIR)
75
sysconfprefix=$(DESTDIR)
76
endif
76
endif
77
77

Return to bug 184897