From 83a18f74280a8ffe40d857389da7c4dffe24f7bde14a2f3399d21d84650f56c2 Mon Sep 17 00:00:00 2001 From: Andreas Stieger Date: Mon, 29 Feb 2016 08:32:39 +0000 Subject: [PATCH] unfuzz OBS-URL: https://build.opensuse.org/package/show/devel:tools/afl?expand=0&rev=51 --- afl-1.58b-fix-paths.patch | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/afl-1.58b-fix-paths.patch b/afl-1.58b-fix-paths.patch index 6756aa9..78e2118 100644 --- a/afl-1.58b-fix-paths.patch +++ b/afl-1.58b-fix-paths.patch @@ -2,11 +2,11 @@ Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -Index: afl-2.04b/Makefile +Index: afl-2.05b/Makefile =================================================================== ---- afl-2.04b.orig/Makefile -+++ afl-2.04b/Makefile -@@ -18,8 +18,8 @@ VERSION = 2.04b +--- afl-2.05b.orig/Makefile ++++ afl-2.05b/Makefile +@@ -18,8 +18,8 @@ VERSION = 2.05b PREFIX ?= /usr/local BIN_PATH = $(PREFIX)/bin @@ -16,4 +16,4 @@ Index: afl-2.04b/Makefile +DOC_PATH = $(DOC_DIR)/afl MISC_PATH = $(PREFIX)/share/afl - # PROGS intentionally omit afl-as, which gets installed elsewhere. + # PROGS intentionally omit afl-as, which gets installed to its own dir.