mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-11 19:51:36 +01:00
dmidecode reports system hardware information stored in BIOS
testing/flashrom: r1 - add dependency on dmidecode
print warning if installed on grsec kernel
14 lines
249 B
Diff
14 lines
249 B
Diff
--- src/Makefile.orig
|
|
+++ src/Makefile
|
|
@@ -21,8 +21,8 @@
|
|
# Pass linker flags here
|
|
LDFLAGS =
|
|
|
|
-DESTDIR =
|
|
-prefix = /usr/local
|
|
+DESTDIR = $(pkgdir)
|
|
+prefix = /usr
|
|
sbindir = $(prefix)/sbin
|
|
mandir = $(prefix)/share/man
|
|
man8dir = $(mandir)/man8
|