Commit 94050537 authored by Andreas Tille's avatar Andreas Tille
Browse files

Fix Makefile

parent 926b7477
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
Author: Andreas Tille <tille@debian.org>
Last-Update: Tue, 09 Jul 2019 15:59:36 +0200
Description: Do not force PREFIX to /usr/local

--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-PREFIX=/usr/local
+PREFIX=/usr
 
 SOURCES = libfasta/fasta_header_parser.c \
 		  libfasta/fasta_seq_writer.c \

debian/patches/series

0 → 100644
+1 −0
Original line number Diff line number Diff line
fix_makefile.patch