Andreas Stieger
352513574d
afl 2.04b OBS-URL: https://build.opensuse.org/request/show/361309 OBS-URL: https://build.opensuse.org/package/show/devel:tools/afl?expand=0&rev=48
20 lines
557 B
Diff
20 lines
557 B
Diff
---
|
|
Makefile | 4 ++--
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
Index: afl-2.04b/Makefile
|
|
===================================================================
|
|
--- afl-2.04b.orig/Makefile
|
|
+++ afl-2.04b/Makefile
|
|
@@ -18,8 +18,8 @@ VERSION = 2.04b
|
|
|
|
PREFIX ?= /usr/local
|
|
BIN_PATH = $(PREFIX)/bin
|
|
-HELPER_PATH = $(PREFIX)/lib/afl
|
|
-DOC_PATH = $(PREFIX)/share/doc/afl
|
|
+HELPER_PATH = $(LIBEXEC_DIR)/afl
|
|
+DOC_PATH = $(DOC_DIR)/afl
|
|
MISC_PATH = $(PREFIX)/share/afl
|
|
|
|
# PROGS intentionally omit afl-as, which gets installed elsewhere.
|