diff options
author | Cem Keylan <cem@ckyln.com> | 2020-01-28 23:10:39 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-01-28 23:10:39 +0300 |
commit | d57fa8a15d25cb4a9d3d9e0a96b39e99d5bf2b62 (patch) | |
tree | 65c824b736e8f7e2c48b22538b2c3676888fc729 /testing/kmod/build | |
parent | e110670cccb533ea412869bb5360f091dbacaf34 (diff) | |
download | repository-d57fa8a15d25cb4a9d3d9e0a96b39e99d5bf2b62.tar.gz |
repo: cleanup zombie packages
Diffstat (limited to 'testing/kmod/build')
-rwxr-xr-x | testing/kmod/build | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/testing/kmod/build b/testing/kmod/build deleted file mode 100755 index ec408eb9..00000000 --- a/testing/kmod/build +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh -e - -./configure \ - --prefix=/usr \ - --libdir=/usr/lib \ - --sysconfdir=/etc - -make - -make DESTDIR="$1" install - |