|
Lines 505-510
Link Here
|
| 505 |
GZCAT?= /usr/bin/gzcat |
505 |
GZCAT?= /usr/bin/gzcat |
| 506 |
GZIP?= -9 |
506 |
GZIP?= -9 |
| 507 |
GZIP_CMD?= /usr/bin/gzip -nf ${GZIP} |
507 |
GZIP_CMD?= /usr/bin/gzip -nf ${GZIP} |
|
|
508 |
BZCAT?= /usr/bin/bzcat |
| 508 |
LDCONFIG?= /sbin/ldconfig |
509 |
LDCONFIG?= /sbin/ldconfig |
| 509 |
LN?= /bin/ln |
510 |
LN?= /bin/ln |
| 510 |
MKDIR?= /bin/mkdir -p |
511 |
MKDIR?= /bin/mkdir -p |
|
Lines 1751-1756
Link Here
|
| 1751 |
case $$i in \ |
1752 |
case $$i in \ |
| 1752 |
*.Z|*.gz) \ |
1753 |
*.Z|*.gz) \ |
| 1753 |
${GZCAT} $$i | ${PATCH} ${PATCH_DIST_ARGS}; \ |
1754 |
${GZCAT} $$i | ${PATCH} ${PATCH_DIST_ARGS}; \ |
|
|
1755 |
;; \ |
| 1756 |
*.bz2|*.bz) \ |
| 1757 |
${BZCAT} $$i | ${PATCH} ${PATCH_DIST_ARGS}; \ |
| 1754 |
;; \ |
1758 |
;; \ |
| 1755 |
*) \ |
1759 |
*) \ |
| 1756 |
${PATCH} ${PATCH_DIST_ARGS} < $$i; \ |
1760 |
${PATCH} ${PATCH_DIST_ARGS} < $$i; \ |