From def6a984bfd5f628954484c89648ef63ecd40ae7 Mon Sep 17 00:00:00 2001 From: "David F. Skoll" Date: Sun, 24 Mar 2002 13:23:08 +0000 Subject: [PATCH] Fixed plugin installation path. --- pppd/plugins/Makefile.linux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pppd/plugins/Makefile.linux b/pppd/plugins/Makefile.linux index 1cf721a..419225b 100644 --- a/pppd/plugins/Makefile.linux +++ b/pppd/plugins/Makefile.linux @@ -18,7 +18,7 @@ all: $(PLUGINS) $(CC) -o $@ $(LDFLAGS) $(CFLAGS) $^ VERSION = $(shell awk -F '"' '/VERSION/ { print $$2; }' ../patchlevel.h) -LIBDIR = $(DESTDIR)/lib/pppd/$(VERSION) +LIBDIR = $(DESTDIR)/usr/lib/pppd/$(VERSION) install: $(PLUGINS) $(INSTALL) -d $(LIBDIR) -- 2.39.2