24 lines
713 B
Diff
24 lines
713 B
Diff
--- a/pppd/plugins/pppol2tp/Makefile.linux
|
|
+++ b/pppd/plugins/pppol2tp/Makefile.linux
|
|
@@ -6,7 +6,7 @@
|
|
|
|
#***********************************************************************
|
|
|
|
-DESTDIR = @DESTDIR@
|
|
+DESTDIR = $(INSTROOT)@DESTDIR@
|
|
LIBDIR = $(DESTDIR)/lib/pppd/$(VERSION)
|
|
|
|
VERSION = $(shell awk -F '"' '/VERSION/ { print $$2; }' ../../patchlevel.h)
|
|
|
|
--- a/pppd/plugins/radius/pathnames.h
|
|
+++ b/pppd/plugins/radius/pathnames.h
|
|
@@ -22,7 +22,7 @@
|
|
|
|
/* normally defined in the Makefile */
|
|
#ifndef _PATH_ETC_RADIUSCLIENT_CONF
|
|
-#define _PATH_ETC_RADIUSCLIENT_CONF "/etc/radiusclient.conf"
|
|
+#define _PATH_ETC_RADIUSCLIENT_CONF "/etc/radiusclient/radiusclient.conf"
|
|
#endif
|
|
|
|
#endif /* PATHNAMES_H */
|
|
|