kiss-stj

My KISS Linux repo for software I use on my computers.
git clone https://git.stjo.hn/kiss-stj
Log | Files | Refs | README | LICENSE

build (90B)


      1 #!/usr/bin/env sh
      2 
      3 make clean
      4 make
      5 make DESTDIR=$1 PREFIX=/usr MANPREFIX=/usr/man install