bugfix: use "$(SED)" instead of "sed"

This commit is contained in:
Volker Grabsch 2009-04-05 18:28:05 +02:00
parent 7a13d4ebfa
commit f75ffd1dad
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ define $(PKG)_BUILD
# bugfix for gettext
# This problem will be solved in gettext >= 1.8. See:
# http://git.savannah.gnu.org/cgit/gettext.git/commit/?id=ecad95f51a11409cc0d30b22913a8ba77d3edf1d
sed 's/O_CREAT);/O_CREAT, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH);/' \
$(SED) 's/O_CREAT);/O_CREAT, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH);/' \
-i '$(1)/gettext-tools/src/write-catalog.c'
# native build for gettext-tools