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


      1 #!/usr/bin/env sh
      2 
      3 ./configure \
      4 	$KISS_CONFIGURE \
      5 	--prefix=/usr \
      6 	--disable-udev \
      7 	--disable-logind
      8 make
      9 make install