Skip to content

Commit 632d348

Browse files
author
Max Horn
committed
fixed matching (ispell vs. ispell-italian, for example)
1 parent 957c8a7 commit 632d348

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

bindist/bdmissing

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ fi
99
$BDDATA/bdlist $tree | cut -f1 -d_ > /tmp/fink_bindist
1010
cat $BDDATA/excludes >> /tmp/fink_bindist
1111

12-
ls /sw/fink/debs/ | cut -f1 -d_ | sort | fgrep -v -f /tmp/fink_bindist | uniq
12+
ls /sw/fink/debs/ | cut -f1 -d_ | sort | fgrep -v -x -f /tmp/fink_bindist | uniq

bindist/excludes

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,16 @@ pine
99
povray
1010
revtex
1111
spim
12+
spim-nox
1213
tetex-texmf
1314
texpower
1415
vim
16+
vim-nox
1517
xephem
1618
xforms
1719
xv
20+
--- the following are outdated compared ot the system versions!
21+
apache
22+
php
23+
--- no license specified
24+
class-dump

0 commit comments

Comments
 (0)