mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-29 15:44:03 +00:00
Only attempt to chmod bash completion script
... if it has been installed. Signed-off-by: Alexey Neyman <stilor@att.net>
This commit is contained in:
parent
4e7d0906c1
commit
c4608f07f7
@ -66,7 +66,9 @@ install-data-hook:
|
||||
gzip -9 $(DESTDIR)$(man1dir)/$(ctng_progname).1
|
||||
chmod +x $(DESTDIR)$(pkgdatadir)/scripts/config.guess
|
||||
chmod +x $(DESTDIR)$(pkgdatadir)/scripts/config.sub
|
||||
if INSTALL_BASH_COMPLETION
|
||||
chmod -x $(DESTDIR)$(compdir)/$(ctng_progname)
|
||||
endif
|
||||
|
||||
uninstall-hook:
|
||||
rm -f $(DESTDIR)$(man1dir)/$(ctng_progname).1.gz
|
||||
|
Loading…
x
Reference in New Issue
Block a user