From 68339fa9c1071a04458e03757f96d0fe6608619a Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Thu, 9 Apr 2015 18:14:38 -0600 Subject: [PATCH] Work around a bug in pp that caused a warning when exampledir is a subdir of docdir. --- sudo.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sudo.pp b/sudo.pp index 6c72b5085..8e6101bfe 100644 --- a/sudo.pp +++ b/sudo.pp @@ -285,8 +285,8 @@ still allow people to get their work done." $docdir/ChangeLog ignore,ignore-others %endif $exampledir/ 0755 ignore-others - $exampledir/* 0644 - $docdir/* 0644 + $exampledir/* 0644 ignore-others + $docdir/** 0644 $localedir/*/ - optional $localedir/*/LC_MESSAGES/ - optional $localedir/*/LC_MESSAGES/* 0644 optional -- 2.40.0