aboutsummaryrefslogtreecommitdiffhomepage
path: root/fish.spec.in
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2007-04-24 08:00:26 +1000
committerGravatar axel <axel@liljencrantz.se>2007-04-24 08:00:26 +1000
commit419b3166c8853707980bc8b9912ab664e8daecd6 (patch)
tree4cb0e41b691fee7ac51dfc8f894ade9942af8871 /fish.spec.in
parente2714b05eb06dd56710d975fcac7996c84ba2dd2 (diff)
Implement count as ashellscript function instead of a command in order to support very long argument lists. Note that this implementation is painfully slow for more than 1000 arguments.
darcs-hash:20070423220026-ac50b-69c4b06c88e6120429b6358f1b61f6076d392ce5.gz
Diffstat (limited to 'fish.spec.in')
-rw-r--r--fish.spec.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/fish.spec.in b/fish.spec.in
index ee47dfcd..958db62d 100644
--- a/fish.spec.in
+++ b/fish.spec.in
@@ -115,7 +115,6 @@ fi
%doc %_datadir/doc/%{name}-%{version}
# man files
-%_mandir/man1/count.1*
%_mandir/man1/fish.1*
%_mandir/man1/fish_pager.1*
%_mandir/man1/fish_indent.1*
@@ -125,7 +124,6 @@ fi
%_mandir/man1/xsel.1x*
# The program binaries
-%attr(0755,root,root) %_bindir/count
%attr(0755,root,root) %_bindir/fish
%attr(0755,root,root) %_bindir/fish_indent
%attr(0755,root,root) %_bindir/fish_pager