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/dracut/build | |
parent | e110670cccb533ea412869bb5360f091dbacaf34 (diff) | |
download | repository-d57fa8a15d25cb4a9d3d9e0a96b39e99d5bf2b62.tar.gz |
repo: cleanup zombie packages
Diffstat (limited to 'testing/dracut/build')
-rwxr-xr-x | testing/dracut/build | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/testing/dracut/build b/testing/dracut/build deleted file mode 100755 index dd8900a9..00000000 --- a/testing/dracut/build +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -e - -./configure -make DESTDIR="$1" install |