diff options
author | Cem Keylan <cem@ckyln.com> | 2020-03-04 10:54:50 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-03-04 10:54:50 +0300 |
commit | 330dc5cced88f4bcbdb6235e31f71e4ad6f36b59 (patch) | |
tree | 20040e7b32be3932878bfac2a56f0cad72bd3e94 /testing/sdhcp/build | |
parent | c918cf961d3aa6f7d5779ad1dbcf293d516d5453 (diff) | |
download | repository-330dc5cced88f4bcbdb6235e31f71e4ad6f36b59.tar.gz |
sdhcp: move to extra
Diffstat (limited to 'testing/sdhcp/build')
-rwxr-xr-x | testing/sdhcp/build | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/testing/sdhcp/build b/testing/sdhcp/build deleted file mode 100755 index 954aa1f3..00000000 --- a/testing/sdhcp/build +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -e - -make -make PREFIX=/usr DESTDIR="$1" install |