memtest86_/fix-destdir

25 lines
491 B
Plaintext
Raw Normal View History

Index: memtest86+-5.31b/Makefile
===================================================================
--- memtest86+-5.31b.orig/Makefile
+++ memtest86+-5.31b/Makefile
@@ -8,6 +8,7 @@
# Path for the floppy disk device
#
FDISK=/dev/fd0
+TARGETDIR=/boot
AS=as -32
CC=gcc
@@ -75,7 +76,10 @@ iso:
make all
./makeiso.sh
-install: all
+install:
+ install -o root -g root memtest.bin $(DESTDIR)$(TARGETDIR)/
+
+install-floppy: all
dd <memtest.bin >$(FDISK) bs=8192
install-precomp: