Skip to content

Commit

Permalink
glibc: Strip trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
pmenzel committed Feb 6, 2019
1 parent f2a2859 commit 4917db7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions glibc.be0
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ mee_patch_post() {
# use /bin/bash instead of /bin/sh ..
echo "sed-ing elf/ldd.bash.in"
sed -i 's|@BASH@|/bin/bash|' elf/ldd.bash.in

# fix some binary issues when gzipping manpages..
echo "sed-ing manual/Makefile"
sed -i 's|gzip -9|gzip -n -9|' manual/Makefile
Expand Down Expand Up @@ -95,17 +95,17 @@ mee_install_post() {
# timezones anymore with glibc >= 2.16
# install Europe/Berlin as default Timezone
#rm -v ${D}${SYSCONFDIR}/localtime
#ln -v ${D}/${PREFIX}/share/zoneinfo/Europe/Berlin ${D}${SYSCONFDIR}/localtime
#ln -v ${D}/${PREFIX}/share/zoneinfo/Europe/Berlin ${D}${SYSCONFDIR}/localtime


if [ "${SLIBDIR}" != "${LIBDIR}" ] ; then
cd ${D}${SLIBDIR}
for i in * ; do
start_cmd ln -v $i ${D}${LIBDIR}/$i
done
cd -
fi

if [ "${ROOTSBINDIR}" != "${SBINDIR}" ] ; then
cd ${D}${ROOTSBINDIR}
for i in * ; do
Expand Down

0 comments on commit 4917db7

Please sign in to comment.