summaryrefslogtreecommitdiff
path: root/tools/link-bins
blob: 5e45ec551fd168ae036b93d17050756c7ea6f2ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh -e

install="$1"
bindir="$2"
sproot="${3#x}"
home="${4#x}"
exthome="${5#x}"
destdir="$6"

while read old new html ; do
  "$install" -D -m 600 "$new" "$destdir/$bindir/$new"
done < ./tools/name-table