Changeset 71b4d1c in freewrt for package/gcom


Ignore:
Timestamp:
Jun 11, 2006, 6:29:15 PM (20 years ago)
Author:
Thorsten Glaser <tg@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
ac7563a
Parents:
aaafd63
Message:

use pax to extract if it exists, instead of tar,
because it handles certain archives created by
GNU tar better (on BSD), no change on Linux

ok wbx@

git-svn-id: svn://www.freewrt.org/trunk/freewrt@43 afb5a338-a214-0410-bd46-81f09a774fd1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • package/gcom/Makefile

    raaafd63 r71b4d1c  
    2323        mkdir -p $(PKG_BUILD_DIR)
    2424        # the .tgz is different - no subdirectory, so do this manually
    25         zcat $(DL_DIR)/$(PKG_SOURCE) | tar -C $(PKG_BUILD_DIR) $(TAR_OPTIONS) -
     25        zcat $(DL_DIR)/$(PKG_SOURCE) | (cd $(PKG_BUILD_DIR); $(TAR_EXTRACT) )
    2626        if [ -d ./patches ]; then $(PATCH) $(PKG_BUILD_DIR) ./patches ; fi
    2727        touch $@
Note: See TracChangeset for help on using the changeset viewer.