diff options
author | Cem Keylan <cem@ckyln.com> | 2020-02-04 09:26:37 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-02-04 09:26:37 +0300 |
commit | ae73c7abb45c6666f328ccb1c9ec97bc182de4ef (patch) | |
tree | e6faae6a52da581e31302e872b40d1f40b7c960f /testing/sdhcp/build | |
parent | 949bbf3b5422375de97f67f7fd87c90b502243be (diff) | |
download | repository-ae73c7abb45c6666f328ccb1c9ec97bc182de4ef.tar.gz |
sdhcp: add new package at 0.1 to testing
Diffstat (limited to 'testing/sdhcp/build')
-rwxr-xr-x | testing/sdhcp/build | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testing/sdhcp/build b/testing/sdhcp/build new file mode 100755 index 00000000..954aa1f3 --- /dev/null +++ b/testing/sdhcp/build @@ -0,0 +1,4 @@ +#!/bin/sh -e + +make +make PREFIX=/usr DESTDIR="$1" install |