summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruenba@redhat.com>2019-08-16 14:48:56 +0200
committerAndreas Gruenbacher <agruenba@redhat.com>2019-08-16 14:48:56 +0200
commitff1b6ff8e823a7c086209b2409082d55b018b34d (patch)
treebafcde32d7f3d357eb9b981e2930d3271340ffd6
parent0ce120a140dadaa56875af2efc66ff805d37925b (diff)
downloadattr-ff1b6ff8e823a7c086209b2409082d55b018b34d.tar.gz
install-data: Don't remove unrelated empty directories
The conversion to automake apparently left over an rmdir statement that removed empty directories under $(DESTDIR)$(mandir). Fix that. https://savannah.nongnu.org/bugs/?56763
-rw-r--r--man/Makemodule.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/man/Makemodule.am b/man/Makemodule.am
index 860654f..c3c64ad 100644
--- a/man/Makemodule.am
+++ b/man/Makemodule.am
@@ -21,5 +21,4 @@ install-data-hook:
echo $(LN_S) $$dst $$ln; \
$(LN_S) $$dst $$ln; \
done; \
- done; \
- rmdir */ 2>/dev/null || :
+ done