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


      1 #!/usr/bin/env sh
      2 
      3 cd tools/usb/usbip
      4 ./autogen.sh
      5 ./configure \
      6 	$KISS_CONFIGURE \
      7 	--prefix=/usr
      8 make
      9 make install