From 440cb429364a91b24b7da9ee588f204da7a8dbf1 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sun, 8 Nov 2020 18:50:44 +0300 Subject: pax: drop from repository. Use 'otools' instead --- extra/pax/build | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100755 extra/pax/build (limited to 'extra/pax/build') 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 ' 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" -- cgit v1.2.3