mirror of
https://github.com/radareorg/radare2.git
synced 2025-03-04 20:39:46 +00:00
Exclude meson.build from the list of color schemes. (#9648)
This commit is contained in:
parent
5247515d2c
commit
35aca48289
@ -14,7 +14,7 @@ CWD=$(shell pwd)
|
||||
symstall install-symlink:
|
||||
mkdir -p "$P"
|
||||
for FILE in * ; do \
|
||||
if [ $$FILE != Makefile -a -f $$FILE ]; then \
|
||||
if [ $$FILE != Makefile -a $$FILE != meson.build -a -f $$FILE ]; then \
|
||||
ln -fs "${CWD}/$$FILE" "$P/$$FILE" ; \
|
||||
fi ; \
|
||||
done
|
||||
|
Loading…
x
Reference in New Issue
Block a user