You've already forked dts-scripts
mirror of
https://github.com/Dasharo/dts-scripts.git
synced 2026-03-06 15:01:22 -08:00
Add .sh to all scripts
Signed-off-by: Pawel Langowski <pawel.langowski@3mdeb.com>
This commit is contained in:
16
Makefile
16
Makefile
@@ -14,15 +14,15 @@ install:
|
||||
install -m 0755 include/hal/dts-hal.sh $(DESTDIR)$(SBINDIR)
|
||||
install -m 0755 include/hal/common-mock-func.sh $(DESTDIR)$(SBINDIR)
|
||||
|
||||
install -m 0755 scripts/cloud_list $(DESTDIR)$(SBINDIR)
|
||||
install -m 0755 scripts/dasharo-deploy $(DESTDIR)$(SBINDIR)
|
||||
install -m 0755 scripts/dts $(DESTDIR)$(SBINDIR)
|
||||
install -m 0755 scripts/dts-boot $(DESTDIR)$(SBINDIR)
|
||||
install -m 0755 scripts/ec_transition $(DESTDIR)$(SBINDIR)
|
||||
install -m 0755 scripts/logging $(DESTDIR)$(SBINDIR)/logging
|
||||
install -m 0755 scripts/cloud_list.sh $(DESTDIR)$(SBINDIR)/cloud_list
|
||||
install -m 0755 scripts/dasharo-deploy.sh $(DESTDIR)$(SBINDIR)/dasharo-deploy
|
||||
install -m 0755 scripts/dts.sh $(DESTDIR)$(SBINDIR)/dts
|
||||
install -m 0755 scripts/dts-boot.sh $(DESTDIR)$(SBINDIR)/dts-boot
|
||||
install -m 0755 scripts/ec_transition.sh $(DESTDIR)$(SBINDIR)/ec_transition
|
||||
install -m 0755 scripts/logging.sh $(DESTDIR)$(SBINDIR)/logging
|
||||
|
||||
install -m 0755 reports/dasharo-hcl-report $(DESTDIR)$(SBINDIR)
|
||||
install -m 0755 reports/touchpad-info $(DESTDIR)$(SBINDIR)
|
||||
install -m 0755 reports/dasharo-hcl-report.sh $(DESTDIR)$(SBINDIR)/dasharo-hcl-report
|
||||
install -m 0755 reports/touchpad-info.sh $(DESTDIR)$(SBINDIR)/touchpad-info
|
||||
|
||||
install -d $(DESTDIR)$(SYSCONFDIR)/profile.d
|
||||
install -m 0755 dts-profile.sh $(DESTDIR)$(SYSCONFDIR)/profile.d
|
||||
|
||||
Reference in New Issue
Block a user