mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-20 21:33:08 +00:00
Set proper mode to installed files; fixes running when not using --local.
/trunk/Makefile.in | 8 5 3 0 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-)
This commit is contained in:
parent
380ac20c2d
commit
534ee284bb
@ -195,10 +195,12 @@ 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 \
|
||||
echo " INST '$${src_dir}/'"; \
|
||||
tar cf - --exclude=.svn $${src_dir} |(cd "$(DESTDIR)$(LIBDIR)"; tar xf -); \
|
||||
@for src_dir in config kconfig patches scripts; do \
|
||||
echo " INST '$${src_dir}/'"; \
|
||||
tar cf - --exclude=.svn --exclude='*.sh.in' $${src_dir} \
|
||||
|(cd "$(DESTDIR)$(LIBDIR)"; tar xf -); \
|
||||
done
|
||||
@chmod a+x $(DESTDIR)$(LIBDIR)/scripts/crosstool-NG.sh
|
||||
@rm -f "$(DESTDIR)$(LIBDIR)/scripts/addToolVersion.sh"
|
||||
@echo " INST 'steps.mk'"
|
||||
@$(install) -m 644 steps.mk "$(DESTDIR)$(LIBDIR)/steps.mk"
|
||||
|
Loading…
Reference in New Issue
Block a user