aboutsummaryrefslogtreecommitdiff
path: root/extra/man-pages/build
blob: c8a2dc10ce981a4f3ce3d1e515ab05ed6b544b50 (plain)
1
2
3
4
5
6
#!/bin/sh -e

# Remove absolutely unnecessary 'install' flag from the Makefile.
sed -i 's,-T,,' Makefile

make prefix=/usr DESTDIR="$1" install