Browse Source
This introduces a new resolv-conf package containing $PREFIX/etc/resolv.conf which can be used by other packages.android-5
Fredrik Fornwall
9 years ago
2 changed files with 10 additions and 4 deletions
@ -0,0 +1,8 @@ |
|||||
|
TERMUX_PKG_HOMEPAGE=http://man7.org/linux/man-pages/man5/resolv.conf.5.html |
||||
|
TERMUX_PKG_DESCRIPTION="Resolver configuration file" |
||||
|
TERMUX_PKG_VERSION=1.0 |
||||
|
|
||||
|
termux_step_make_install () { |
||||
|
_RESOLV_CONF=$TERMUX_PREFIX/etc/resolv.conf |
||||
|
printf "nameserver 8.8.8.8\nnameserver 8.8.4.4" > $_RESOLV_CONF |
||||
|
} |
Loading…
Reference in new issue