kiss-repo

personal package repository
git clone git://bvnf.space/kiss-repo.git
Log | Files | Refs | README | LICENSE

build (153B)


      1
      2
      3
      4
      5
      6
      7
      8
#!/bin/sh -e

make fbpdf2

mkdir -p "$1/usr/bin/" \
    "$1/usr/share/man/man1/"
cp -f fbpdf2  "$1/usr/bin/fbpdf"
cp -f fbpdf.1 "$1/usr/share/man/man1/"