mirror of
https://github.com/bol-van/zapret.git
synced 2025-04-19 05:22:58 +03:00
Makefile : missing space
This commit is contained in:
parent
91405fe87e
commit
eee22ac94f
2
Makefile
2
Makefile
@ -7,7 +7,7 @@ all: clean
|
|||||||
chmod -x "$$dir/"*; \
|
chmod -x "$$dir/"*; \
|
||||||
$(MAKE) -C "$$dir" || exit; \
|
$(MAKE) -C "$$dir" || exit; \
|
||||||
for exe in "$$dir/"*; do \
|
for exe in "$$dir/"*; do \
|
||||||
if [ -f"$$exe" ] && [ -x "$$exe" ]; then \
|
if [ -f "$$exe" ] && [ -x "$$exe" ]; then \
|
||||||
mv -f "$$exe" "${TGT}" ; \
|
mv -f "$$exe" "${TGT}" ; \
|
||||||
ln -fs "../${TGT}/$$(basename "$$exe")" "$$exe" ; \
|
ln -fs "../${TGT}/$$(basename "$$exe")" "$$exe" ; \
|
||||||
fi \
|
fi \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user