aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-11-24 13:34:47 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2015-06-08 12:23:29 +0200
commit473373c1533714f6ac77508e50f827d493d908e8 (patch)
tree6cd7d891ab9516584d3b7a33c42e83f594801b08
parentfdf2dd10fa4835411b445475a92760651a3f5699 (diff)
downloadpkgbuilds-473373c1533714f6ac77508e50f827d493d908e8.tar.xz
src-git: Drop patch too.
-rw-r--r--0001-Makefile-run-src-version-from-current-directory.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/0001-Makefile-run-src-version-from-current-directory.patch b/0001-Makefile-run-src-version-from-current-directory.patch
deleted file mode 100644
index 3682d65..0000000
--- a/0001-Makefile-run-src-version-from-current-directory.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From 325e1b914c3caee23547f12c0c0ed3f9918a8d46 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Johannes=20L=C3=B6thberg?= <johannes@kyriasis.com>
-Date: Sat, 22 Nov 2014 22:26:04 +0100
-Subject: [PATCH] Makefile: run `src version` from current directory
-
-Relying on $PATH here is broken because either another executable called
-src or an old version of src itself could be in $PATH
----
- Makefile | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/Makefile b/Makefile
-index 5d23d10..4d89ee1 100644
---- a/Makefile
-+++ b/Makefile
-@@ -6,7 +6,7 @@ prefix?=/usr/local
- mandir?=/share/man
- target=$(DESTDIR)$(prefix)
-
--VERS=$(shell src version)
-+VERS=$(shell ./src version)
-
- SOURCES = README INSTALL COPYING NEWS TODO src srctest src.asc FAQ.asc Makefile control
-
---
-2.1.3
-