ib / xarchiver

(continuation of the Xfce master branch)
GNU General Public License v2.0
171 stars 40 forks source link

sed: extra characters at the end of x command #186

Closed nunotexbsd closed 11 months ago

nunotexbsd commented 11 months ago

OS: FreeBSD Update: 0.5.4.21 -> 0.5.4.22

Not sure if 65b4691285d960090f274b5049fa5a60d886895b is originating build error. Maybe a (bsd)sed and gnused incompatibility?

gmake[3]: Entering directory '/wrkdirs/usr/ports/archivers/xarchiver/work/xarchiver-0.5.4.22'
LC_ALL=C /usr/local/bin/intltool-merge  -d -u -c ./po/.intltool-merge-cache ./po xarchiver.desktop.in xarchiver.desktop
Generating and caching the translation database
Merging translations into xarchiver.desktop.
/usr/bin/sed -i "/^Keywords[^_]/ s:$:`sed -n "s:^Keywords_=\(.*\)$:\1:p" xarchiver.desktop.in`:; /^Keywords_/d" xarchiver.desktop
sed: 1: "xarchiver.desktop": extra characters at the end of x command
gmake[3]: *** [Makefile:1026: xarchiver.desktop] Error 1
ib commented 11 months ago

Fixed.

nunotexbsd commented 11 months ago

@ib

Thanks!