Skip to content
Snippets Groups Projects
  1. Jul 13, 2024
  2. Jul 07, 2020
  3. Apr 26, 2019
  4. May 31, 2018
  5. Nov 15, 2017
    • Evangelos Foutras's avatar
      Remove i686 from arch=() · 6bc889e8
      Evangelos Foutras authored
      FTR, commands used to change arch=() and then verify the changes:
      
      $ sed -Ei "/^arch=/{s/ *?['\"]?i686['\"]? *?//;s/ *$//}" */*/PKGBUILD*
      
      $ grep -r i686 * | grep arch= | grep -v repos
      
      $ svn diff | grep -A 1 ^-[^-] | grep -v -- -- | cut -c2- |
        while IFS=$'\n' read -r l1; IFS=$'\n' read -r l2; do
          echo "$l1 -> $l2"
        done | sort -u
      6bc889e8
  6. Sep 27, 2015
  7. Oct 22, 2013
  8. Dec 01, 2012
Loading