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


      1 #!/usr/bin/env sh
      2 
      3 # Busybox flock doesn't support -w.
      4 sed 's/FLOCK -x -w $LOCKTIMEOUT/FLOCK -x/' tlp-func-base.in > _
      5 mv -f _ tlp-func-base.in
      6 
      7 # The -m flag is not standard for grep.
      8 sed 's/grep -E -q -m 1/grep -E -q/' func.d/10-tlp-func-cpu > _
      9 mv -f _ func.d/10-tlp-func-cpu
     10 
     11 make install
     12 make install-man