From b92efd46fe7388731376397826b2cbea028b977e Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sun, 26 Sep 2021 02:47:38 +0300 Subject: libnl-tiny: add new package at git --- core/libnl-tiny/build | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 core/libnl-tiny/build (limited to 'core/libnl-tiny/build') diff --git a/core/libnl-tiny/build b/core/libnl-tiny/build new file mode 100755 index 00000000..55b9ddc8 --- /dev/null +++ b/core/libnl-tiny/build @@ -0,0 +1,3 @@ +#!/bin/sh -e + +make ALL_LIBS=libnl-tiny.a prefix=/usr DESTDIR="$1" all install -- cgit v1.2.3