diff options
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 |