From 3e571482462614644faead09c9d29bb0e509733c Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 16 Dec 2019 01:07:55 +0300 Subject: dracut: added new package to testing --- testing/dracut/build | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 testing/dracut/build (limited to 'testing/dracut/build') 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 -- cgit v1.2.3