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


      1 #!/bin/sh -e
      2 
      3 autoreconf -vif
      4 ./configure $KISS_CONFIGURE \
      5 	--prefix=/usr
      6 make
      7 make install