]> git.ozlabs.org Git - ppp.git/commitdiff
Fixed plugin installation path.
authorDavid F. Skoll <dfs@roaringpenguin.com>
Sun, 24 Mar 2002 13:23:08 +0000 (13:23 +0000)
committerDavid F. Skoll <dfs@roaringpenguin.com>
Sun, 24 Mar 2002 13:23:08 +0000 (13:23 +0000)
pppd/plugins/Makefile.linux

index 1cf721ae47ac40106c26eb869385739f1b6f2fce..419225b2fe54b8123803aa6d35f57d55ae699c74 100644 (file)
@@ -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)