wok diff font-manager/receipt @ rev 24889
grub2: sed command corrected
author | Hans-G?nter Theisgen |
---|---|
date | Sat Apr 02 17:34:21 2022 +0100 (2022-04-02) |
parents | 5ea0ce1cecc0 |
children | 20ad21d5532c |
line diff
1.1 --- a/font-manager/receipt Tue Jun 08 08:46:05 2021 +0000 1.2 +++ b/font-manager/receipt Sat Apr 02 17:34:21 2022 +0100 1.3 @@ -34,6 +34,7 @@ 1.4 1.5 sed -i 's|FT_XFREE86_H|&\n#define W_OK (2)|' \ 1.6 src/lib/fm-fontutils.c 1.7 + sed -i 's|_LIBS)|& |g' Makefile.* 1.8 ./configure \ 1.9 --enable-bytecode \ 1.10 --enable-nls \