diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2013-01-05 04:18:02 +0100 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2013-01-05 04:18:02 +0100 |
commit | 87f4b9efaf9b766fce6099fc9fcdb61da6dc1b00 (patch) | |
tree | e8c547c5c1963105085b349c23db9212453e2244 /main/eglibc/ldd-sh.patch | |
parent | 9afae337de265bf9f206e2c3711954e49a282cd8 (diff) | |
download | aports-87f4b9efaf9b766fce6099fc9fcdb61da6dc1b00.tar.bz2 aports-87f4b9efaf9b766fce6099fc9fcdb61da6dc1b00.tar.xz |
main/eglibc: new aport
Diffstat (limited to 'main/eglibc/ldd-sh.patch')
-rw-r--r-- | main/eglibc/ldd-sh.patch | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/main/eglibc/ldd-sh.patch b/main/eglibc/ldd-sh.patch new file mode 100644 index 0000000000..60becc4f6e --- /dev/null +++ b/main/eglibc/ldd-sh.patch @@ -0,0 +1,8 @@ +--- eglibc-2.16_svn20121218/elf/ldd.bash.in.orig ++++ eglibc-2.16_svn20121218/elf/ldd.bash.in +@@ -1,4 +1,4 @@ +-#! @BASH@ ++#!/bin/sh + # Copyright (C) 1996-2011, 2012 Free Software Foundation, Inc. + # This file is part of the GNU C Library. + |