aboutsummaryrefslogtreecommitdiff
path: root/extra/pax/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-11-08 18:50:44 +0300
committerCem Keylan <cem@ckyln.com>2020-11-08 18:50:44 +0300
commit440cb429364a91b24b7da9ee588f204da7a8dbf1 (patch)
treef3475fa001c7967efb5191f2a924b0ddfbecac0f /extra/pax/build
parentcf34c8826683fcbed76e4d9d071a62ee1e278906 (diff)
downloadrepository-440cb429364a91b24b7da9ee588f204da7a8dbf1.tar.gz
pax: drop from repository. Use 'otools' instead
Diffstat (limited to 'extra/pax/build')
-rwxr-xr-xextra/pax/build18
1 files changed, 0 insertions, 18 deletions
diff --git a/extra/pax/build b/extra/pax/build
deleted file mode 100755
index 4c16b29a..00000000
--- a/extra/pax/build
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/bin/sh -e
-
-sed -i '1i#include <sys/types.h>' pax.h compat.h
-
-TARGET_OS=Linux \
-CC="${CC:-cc}" \
-CFLAGS="$CFLAGS -DGNU_SOURCE" \
-LDFLAGS="$LDFLAGS -static" \
-LIBS=-lfts \
- sh ./Build.sh -r
-
-install -Dm755 pax "$1/usr/bin/pax"
-ln -sf pax "$1/usr/bin/paxtar"
-ln -sf pax "$1/usr/bin/paxcpio"
-
-install -Dm644 pax.1 "$1/usr/share/man/man1/pax.1"
-install -Dm644 tar.1 "$1/usr/share/man/man1/paxtar.1"
-install -Dm644 cpio.1 "$1/usr/share/man/man1/paxcpio.1"