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


      1 #!/usr/bin/env sh
      2 
      3 sed 's/gunzip/gzip --decompress/' data/Makefile.in > _
      4 mv -f _ data/Makefile.in
      5 
      6 ./configure \
      7 	$KISS_CONFIGURE \
      8 	--prefix=/usr \
      9 	--disable-vlock
     10 make
     11 make install