We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dbd54b commit c588f24Copy full SHA for c588f24
1 file changed
steps/linux-headers-4.14.341-openela/pass1.sh
@@ -27,7 +27,7 @@ src_install() {
27
# We "compile" the headers here because it is easier
28
for d in include/uapi arch/x86/include/uapi; do
29
cd "${d}"
30
- find . -type d -exec mkdir "${DESTDIR}${PREFIX}/include/{}" -p \;
+ find . -type d -exec mkdir -p "${DESTDIR}${PREFIX}/include/{}" \;
31
headers="$(find . -type f -name "*.h")"
32
cd "${base_dir}"
33
for h in ${headers}; do
0 commit comments