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


      1 #!/usr/bin/env sh
      2 
      3 # pyparsing contains some files with old timestamps, which causes the build
      4 # to fail with the following error:
      5 # "ZIP does not support timestamps before 1980"
      6 # This is easily fixed by just touching all the files so they look newer.
      7 find . -type f -exec touch {} \+
      8 
      9 pip install --root="$1" .