Show
Ignore:
Timestamp:
10/29/08 19:10:40 (2 months ago)
Author:
tg
Message:

prefix paxmirabilis tools, WFM

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/mk/vars.mk

    r3606 r3818  
    99 
    1010CP=                     cp -fpR 
    11 PCP=                    pax -v -rw -pe 
     11PCP=                    mirpax -v -rw -pe 
    1212INSTALL_DIR=            install -d -m0755 
    1313INSTALL_DATA=           install -m0644 
     
    9898                        for file in ${FULLDISTFILES}; do case $$file in \ 
    9999                        *.cpio | *.tar) \ 
    100                                 pax -r -s '!/\.$$!!' <$$file ;; \ 
     100                                mirpax -r -s '!/\.$$!!' <$$file ;; \ 
    101101                        *.cpio.Z | *.cpio.gz | *.cgz | *.mcz | \ 
    102102                            *.tar.Z | *.tar.gz | *.taz | *.tgz) \ 
    103                                 gzip -dc $$file | pax -r -s '!/\.$$!!' ;; \ 
     103                                gzip -dc $$file | mirpax -r -s '!/\.$$!!' ;; \ 
    104104                        *.cpio.bz2 | *.cbz | *.tar.bz2 | *.tbz | *.tbz2) \ 
    105                                 bzip2 -dc $$file | pax -r -s '!/\.$$!!' ;; \ 
     105                                bzip2 -dc $$file | mirpax -r -s '!/\.$$!!' ;; \ 
    106106                        *.zip) \ 
    107107                                unzip -d ${WRKDIR} $$file ;; \