Replace non breaking space \xa0 with a normal space.

Sponsored by:	Absolight
This commit is contained in:
Mathieu Arnold 2016-10-20 13:19:39 +00:00
parent e102c8e21d
commit e7064f0d41
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=424326
2 changed files with 2 additions and 2 deletions

View file

@ -642,7 +642,7 @@ proxydeps() {
# Check that the .so we need has a SONAME
if [ "${dep_file_pkg}" != "${PKGORIGIN}" ]; then
if ! readelf -d "${dep_file}" | grep -q SONAME; then
err "${file} is linked to ${dep_file} which does not have a SONAME. ${dep_file_pkg} needs to be fixed."
err "${file} is linked to ${dep_file} which does not have a SONAME. ${dep_file_pkg} needs to be fixed."
fi
fi

View file

@ -55,7 +55,7 @@ PUPPET4_RUN_DEPENDS= puppet:sysutils/puppet4 \
rubygem-ruby-augeas>=0.5:textproc/rubygem-ruby-augeas
post-patch:
@${REINPLACE_CMD} \
@${REINPLACE_CMD} \
-e "s|/usr/bin/env ruby|${RUBY}|g" \
-e "s|/usr/bin/ruby|${RUBY}|g" \
-e "s|%%PREFIX%%|${PREFIX}|g" \