diff --git a/debian/patches/10-makefile_prefix.patch b/debian/patches/10-makefile_prefix.patch deleted file mode 100644 index 537aeb9..0000000 --- a/debian/patches/10-makefile_prefix.patch +++ /dev/null @@ -1,15 +0,0 @@ -Corrects PREFIX in upstream Makefile, so Debian package can be build. - ---- a/Makefile -+++ b/Makefile -@@ -24,7 +24,7 @@ SOURCES = $(wildcard src/*.c) - OBJECTS = $(SOURCES:.c=.o) - TARGET = mdp - DESTDIR = --PREFIX = /usr/local -+PREFIX ?= /usr/local - - CURSES = ncursesw - LDFLAGS ?= -s --- -2.6.2 diff --git a/debian/patches/series b/debian/patches/series deleted file mode 100644 index f89d512..0000000 --- a/debian/patches/series +++ /dev/null @@ -1 +0,0 @@ -10-makefile_prefix.patch