You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qtools/patches/0001-makefile-install.patch

15 lines
409 B
Diff

--- qtools.orig/Makefile
+++ qtools/Makefile
@@ -52,3 +52,11 @@ qbadblock: qbadblock.o $(OBJS) ptable
qflashparm: qflashparm.o $(OBJS)
qterminal qcommand: override LDLIBS+=-lreadline -lncurses
+
+install: all
+ mkdir -p $(DESTDIR)$(PREFIX)/bin
+ cp *.sh mibibsplit qbadblock qblinfo \
+ qcommand qdload qefs qflashparm \
+ qident qnvram qrflash qrmem \
+ qwdirect qwflash $(DESTDIR)$(PREFIX)/bin
+