diff options
Diffstat (limited to 'repo/system/libnl.xibuild')
-rw-r--r-- | repo/system/libnl.xibuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/repo/system/libnl.xibuild b/repo/system/libnl.xibuild index ecd18ae..ba639bb 100644 --- a/repo/system/libnl.xibuild +++ b/repo/system/libnl.xibuild @@ -5,9 +5,9 @@ DEPS="glibc" PKG_VER=3.5.0 SOURCE=https://github.com/thom311/libnl/releases/download/libnl$(echo $PKG_VER | sed 's/\./_/g')/libnl-$PKG_VER.tar.gz -ADDITIONAL=( +ADDITIONAL=" https://github.com/thom311/libnl/releases/download/libnl$(echo $PKG_VER | sed 's/\./_/g')/libnl-doc-$PKG_VER.tar.gz -) +" DESC="Library for applications dealing with netlink sockets" |