nerves-networking / vintage_net_mobile

Mobile networking for VintageNet
Apache License 2.0
27 stars 11 forks source link

/etc/ppp/… files not compiled but still a folder #15

Closed LostKobrakai closed 4 years ago

LostKobrakai commented 4 years ago

For me ppp doesn't set up routes or anything, so I looked into the details and on my system all the "files" in /etc/ppp/… are still folders with the source files (Makefile and ppp_to_elixir.c), while ppp_to_elixir and pppd_shim.so are compiled binaries.

LostKobrakai commented 4 years ago

Seem like using cp -R src/etc $(PREFIX) in the top level Makefile does result in the symlinks being copied on Mac OS instead of the contents they point to.

fhunleth commented 4 years ago

Fixed by #16