mirror of
https://github.com/paulusmack/ppp.git
synced 2024-11-27 05:23:38 +08:00
Fixed plugin installation path.
This commit is contained in:
parent
c336f283d7
commit
def6a984bf
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user