src/Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
--- xtradius-1.2.1-beta2.orig/src/Makefile
+++ xtradius-1.2.1-beta2/src/Makefile
@@ -31,8 +31,8 @@
INSTALL = install
DINSTALL = install -d
-BINDIR = /usr/local/bin
-SBINDIR = /usr/local/sbin
-MANDIR = /usr/local/man
+BINDIR = $(DESTDIR)/usr/bin
+SBINDIR = $(DESTDIR)/usr/sbin
+MANDIR = $(DESTDIR)/usr/share/man
include Make.inc