summaryrefslogtreecommitdiff
path: root/cdk.spec
diff options
context:
space:
mode:
Diffstat (limited to 'cdk.spec')
-rw-r--r--cdk.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/cdk.spec b/cdk.spec
index 0ce6d66..f851cd4 100644
--- a/cdk.spec
+++ b/cdk.spec
@@ -89,7 +89,7 @@ rm -rf $RPM_BUILD_ROOT
gzip -9nf BUGS CHANGES EXPANDING NOTES README TODO
-for d in demos examples; do
+for d in demos examples; do
rm -f $d/Makefile.in
mkf=$d/Makefile
sed 's|\-I%{_prefix}/X11R6/include|\-I%{_includedir}/cdk/|' <$mkf >$mkf.fix