diff options
| author | Cem Keylan <cem@ckyln.com> | 2019-12-16 01:07:55 +0300 |
|---|---|---|
| committer | Cem Keylan <cem@ckyln.com> | 2019-12-16 01:07:55 +0300 |
| commit | 3e571482462614644faead09c9d29bb0e509733c (patch) | |
| tree | 2342a869bc5e4810f275eaebf98d432f95d90548 /testing/dracut/build | |
| parent | df6bb6892001dd533ee53333cf9152876cca92f8 (diff) | |
| download | repository-3e571482462614644faead09c9d29bb0e509733c.tar.gz | |
dracut: added new package to testing
Diffstat (limited to 'testing/dracut/build')
| -rwxr-xr-x | testing/dracut/build | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testing/dracut/build b/testing/dracut/build new file mode 100755 index 00000000..dd8900a9 --- /dev/null +++ b/testing/dracut/build @@ -0,0 +1,4 @@ +#!/bin/sh -e + +./configure +make DESTDIR="$1" install |
