summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2015-02-12 18:59:07 +0100
committerJan Pokorný <jpokorny@redhat.com>2015-02-26 22:36:58 +0100
commit1c21a69d24e42cae297898394089f0d4da12ec77 (patch)
treead603a6eff5cc43769283298f9aefef3488fa89e /misc
parentf33a17c46395d1b24d5d6f8b51775c37c2454f0b (diff)
downloadclufter-1c21a69d24e42cae297898394089f0d4da12ec77.tar.gz
clufter-1c21a69d24e42cae297898394089f0d4da12ec77.tar.xz
clufter-1c21a69d24e42cae297898394089f0d4da12ec77.zip
clufter.spec: avoid in-comment macro expansion in distilled ver
NB: this should rather be solved on the distill-spec side (along with other for-distill-spec kludges). Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
Diffstat (limited to 'misc')
-rw-r--r--misc/clufter.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/clufter.spec b/misc/clufter.spec
index b2f6452..3fd594d 100644
--- a/misc/clufter.spec
+++ b/misc/clufter.spec
@@ -211,7 +211,7 @@ help2man -N -h -H -n "$(sed -n '2s|[^(]\+(\([^)]\+\))|\1|p' README)" ./run-dev \
# following is needed due to umask 022 not taking effect(?) leading to 775
%{__chmod} -- g-w '%{buildroot}%{clufter_ccs_flatten}'
%if %{with script}
-# %%{_bindir}/%%{name} should have been created
+# %%%%{_bindir}/%%%%{name} should have been created
test -f '%{buildroot}%{clufter_script}' \
|| %{__install} -D -pm 644 -- '%{buildroot}%{_bindir}/%{name}' \
'%{buildroot}%{clufter_script}'