diff options
Diffstat (limited to 'common.mk')
-rw-r--r-- | common.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ pofmt = msguniq -Fi # used for symlinking libexec files rootdir = $(shell sed -r 's|^/||;s|[^/]+|..|g'<<<$(bindir)) -# Detect things aboud the director we're in #################################### +# Detect things about the director we're in #################################### progs += $(filter-out $(no-progs),$(shell find . -maxdepth 1 -type f -executable -printf '%f\n')) confs += $(filter-out $(no-conf) ,$(wildcard *.conf)) |