mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-04-19 00:26:55 +00:00
test-suite: correctly install when not --local
This commit is contained in:
parent
4ea01561e4
commit
709a529e21
@ -205,7 +205,7 @@ install-bin: $(DESTDIR)$(BINDIR)
|
||||
install-lib: uninstall-lib $(DESTDIR)$(LIBDIR) install-lib-main install-lib-samples
|
||||
|
||||
install-lib-main: $(DESTDIR)$(LIBDIR)
|
||||
@for src_dir in config kconfig patches scripts; do \
|
||||
@for src_dir in config contrib kconfig patches scripts; do \
|
||||
echo " INST '$${src_dir}/'"; \
|
||||
tar cf - --exclude='*.sh.in' $${src_dir} \
|
||||
|(cd "$(DESTDIR)$(LIBDIR)"; tar xf -); \
|
||||
|
Loading…
x
Reference in New Issue
Block a user