From 03b2aeb8bf5655a58a405949956c74f81d317909 Mon Sep 17 00:00:00 2001 From: Stas Degteff Date: Tue, 9 Nov 2010 22:05:12 +0000 Subject: [PATCH] Should not remove in bin/ subdirectory, ot not? --- golded.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/golded.spec b/golded.spec index 243ea99..1d6fd4b 100644 --- a/golded.spec +++ b/golded.spec @@ -59,7 +59,7 @@ rm -rf %{buildroot} mkdir -p %{buildroot}%{_bindir} \ %{buildroot}%{_prefix}/share/man/man1 \ %{buildroot}%{_prefix}/share/golded/charset -rm -rf bin/CVS +#rm -rf bin/CVS install -m 755 bin/* %{buildroot}%{_bindir} install -m 644 docs/*.1 %{buildroot}%{_prefix}/share/man/man1 install -m 644 cfgs/charset/*{chs,esc} %{buildroot}%{_prefix}/share/golded/charset