Add a patch to fix up the build-bindist script to not use the extract
binary but to just use tar.
This commit is contained in:
parent
be5469597d
commit
ccccf88c48
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=47486
16
x11/XFree86/files/patch-build-bindist
Normal file
16
x11/XFree86/files/patch-build-bindist
Normal file
@ -0,0 +1,16 @@
|
||||
--- programs/Xserver/hw/xfree86/etc/bindist/build-bindist.orig Wed Aug 29 13:52:27 2001
|
||||
+++ programs/Xserver/hw/xfree86/etc/bindist/build-bindist Wed Aug 29 14:12:28 2001
|
||||
@@ -45,10 +45,10 @@
|
||||
DIRFILE=dir
|
||||
BINDIR=bindist
|
||||
EXTRASFILE=extras
|
||||
-TAR="gnu-tar"
|
||||
-EXTRACT="extract"
|
||||
+TAR="tar"
|
||||
+EXTRACT="tar"
|
||||
TAROPTS="-c -v -z"
|
||||
-EXTRACTLOPTS="-t -v"
|
||||
+EXTRACTLOPTS="-t -v -z -f"
|
||||
SUMFILE=SUMS.md5
|
||||
LISTFILE=FILES
|
||||
|
Loading…
Reference in New Issue
Block a user