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 (82B)


      1 #!/bin/sh -e
      2 
      3 perl Makefile.PL INSTALLDIRS=vendor
      4 
      5 make
      6 make DESTDIR="$1" install