mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-08 23:51:08 -09:00
busybox: 1.13.2 tar fix
This commit is contained in:
11
package/busybox/busybox-1.13.2-tar.patch
Normal file
11
package/busybox/busybox-1.13.2-tar.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- busybox-1.13.2/archival/tar.c Sun Nov 9 18:28:02 2008
|
||||
+++ busybox-1.13.2-tar/archival/tar.c Tue Jan 20 03:52:04 2009
|
||||
@@ -591,8 +591,6 @@
|
||||
struct TarBallInfo tbInfo;
|
||||
|
||||
tbInfo.hlInfoHead = NULL;
|
||||
-
|
||||
- fchmod(tar_fd, 0644);
|
||||
tbInfo.tarFd = tar_fd;
|
||||
tbInfo.verboseFlag = verboseFlag;
|
||||
|
||||
Reference in New Issue
Block a user