mirror of
https://github.com/flynx/photobook.git
synced 2025-12-24 20:21:58 +00:00
explicitly cleaning up null bytes that seem to creep up when building on github actions...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
aab7381159
commit
888a54b176
4
Makefile
4
Makefile
@ -248,7 +248,9 @@ LN := cp -l
|
|||||||
DEPENDS.txt: $(MODULE).cls
|
DEPENDS.txt: $(MODULE).cls
|
||||||
cat $< \
|
cat $< \
|
||||||
| grep -Ezo '\s*\\RequirePackage(\[[^]]*\])?\{[^}]*\}' \
|
| grep -Ezo '\s*\\RequirePackage(\[[^]]*\])?\{[^}]*\}' \
|
||||||
| sed 's/.*{\(.*\)}/hard \1\n/' \
|
| sed \
|
||||||
|
-e 's/.*{\(.*\)}/hard \1/' \
|
||||||
|
-e 's/\x0//' \
|
||||||
| grep -a hard \
|
| grep -a hard \
|
||||||
> $@
|
> $@
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user