Skip to content
Snippets Groups Projects
  1. Oct 12, 2011
  2. Oct 11, 2011
  3. Oct 07, 2011
  4. Oct 06, 2011
  5. Oct 04, 2011
  6. Oct 03, 2011
    • lolilolicon's avatar
      makepkg: create tar file for bogus PKGEXT · 94bc64ae
      lolilolicon authored
      
      If PKGEXT is not one of the recognized tar*'s, create_package() would
      create an empty package file and fail, since bsdtar on the left side of
      the pipe returns 141 on SIGPIPE (broken pipe).
      
      This patch changes the behavior for an invalid PKGEXT. A warning is
      printed on stderr, and a tar file is created. Also retire the obsolete
      $EXT variable.
      
      Add the obligatory comment why we don't use bsdtar's compression.
      Finally, fix mixed-tab-space indentation.
      
      Signed-off-by: default avatarlolilolicon <lolilolicon@gmail.com>
      Signed-off-by: default avatarAllan McRae <allan@archlinux.org>
      94bc64ae
  7. Sep 30, 2011
  8. Sep 29, 2011
Loading