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


      1 #!/usr/bin/env sh
      2 
      3 ./configure $KISS_CONFIGURE \
      4 	--prefix=/usr \
      5 	--sysconfdir=/etc \
      6 	--localstatedir=/var
      7 make
      8 make install