Skip to content

Commit

Permalink
fix: install test infrastructure
Browse files Browse the repository at this point in the history
  • Loading branch information
jozzsi authored and LaszloGombos committed Oct 8, 2024
1 parent c81c955 commit a0d12aa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,11 @@ install: all
install -m 0755 dracut-logger.sh $(DESTDIR)$(pkglibdir)/dracut-logger.sh
install -m 0755 dracut-initramfs-restore.sh $(DESTDIR)$(pkglibdir)/dracut-initramfs-restore
cp -arx modules.d dracut.conf.d $(DESTDIR)$(pkglibdir)
ifneq ($(enable_test),no)
cp -arx test $(DESTDIR)$(pkglibdir)
else
rm -rf $(DESTDIR)$(pkglibdir)/modules.d/80test*
endif
ifneq ($(enable_documentation),no)
for i in $(man1pages); do install -m 0644 $$i $(DESTDIR)$(mandir)/man1/$${i##*/}; done
for i in $(man5pages); do install -m 0644 $$i $(DESTDIR)$(mandir)/man5/$${i##*/}; done
Expand Down

0 comments on commit a0d12aa

Please sign in to comment.