From 0f6d3e737d8e1cf20dd708d517afba1763c9ffe6 Mon Sep 17 00:00:00 2001 From: Robert-André Mauchin Date: Nov 05 2023 12:40:33 +0000 Subject: Disable Markdown files installation --- diff --git a/bin/go-rpm-integration b/bin/go-rpm-integration index f6d3a52..e30de0b 100755 --- a/bin/go-rpm-integration +++ b/bin/go-rpm-integration @@ -356,12 +356,6 @@ if [[ ! -d "${destdir}" ]] ; then fi if [[ (! -e $file) || (-d "${file}" && ! -L "${file}") ]] ; then ${vinstall} -m 0755 -d "${dest}" - if [[ -d "${file}" && ! -L "${file}" ]] ; then - find "${file}" -maxdepth 1 -iname '*.md' -type f -print0 | \ - while read -r -d $'\0' docfile ; do - installfile "${goipath}" "${docfile}" - done - fi local fllprefix="%dir" else if [[ -L "${file}" ]] ; then