repo/extra/checkbashisms/build

7 lines
167 B
Plaintext
Raw Normal View History

#!/bin/sh -e
mkdir -p "$1/usr/share/man/man1" "$1/usr/bin"
cp scripts/checkbashisms.pl "$1/usr/bin/checkbashisms"
cp scripts/checkbashisms.1 "$1/usr/share/man/man1"