kiss-repo

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

build (78B)


      1
      2
      3
      4
#!/bin/sh -e

make PREFIX=/usr DESTDIR="$1" install
cp make "$1/usr/bin/make"