diff options
Diffstat (limited to 'package/pppd/pppd.mk')
-rw-r--r-- | package/pppd/pppd.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/pppd/pppd.mk b/package/pppd/pppd.mk index 9d081f21a..35fd451d7 100644 --- a/package/pppd/pppd.mk +++ b/package/pppd/pppd.mk @@ -55,8 +55,8 @@ $(PPPD_TARGET_INSTALL_TARGET): $(TARGET_DIR)/usr/lib/pppd/$(PPPD_VERSION)/radattr.so $(INSTALL) -D $(PPPD_DIR)/pppd/plugins/radius/radius.so \ $(TARGET_DIR)/usr/lib/pppd/$(PPPD_VERSION)/radius.so - $(INSTALL) -D $(PPPD_DIR)/pppd/plugins/radius/radattr.so \ - $(TARGET_DIR)/usr/lib/pppd/$(PPPD_VERSION)/radattr.so + $(INSTALL) -D $(PPPD_DIR)/pppd/plugins/radius/radrealms.so \ + $(TARGET_DIR)/usr/lib/pppd/$(PPPD_VERSION)/radrealms.so for m in $(PPPD_MANPAGES); do \ $(INSTALL) -m 644 -D $(PPPD_DIR)/$$m/$$m.8 \ $(TARGET_DIR)/usr/share/man/man8/$$m.8; \ |