summaryrefslogtreecommitdiff
path: root/community/dvtm/0001-Makefile-respect-DESTDIR-in-tic-invocation.patch
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
committerroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
commitdee9f17b595ea903a982d31d1124b302bb17e2ff (patch)
tree295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/dvtm/0001-Makefile-respect-DESTDIR-in-tic-invocation.patch
parent380530d02a5449fdef97b63b394a6743c3de0092 (diff)
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/dvtm/0001-Makefile-respect-DESTDIR-in-tic-invocation.patch')
-rw-r--r--community/dvtm/0001-Makefile-respect-DESTDIR-in-tic-invocation.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/community/dvtm/0001-Makefile-respect-DESTDIR-in-tic-invocation.patch b/community/dvtm/0001-Makefile-respect-DESTDIR-in-tic-invocation.patch
deleted file mode 100644
index 9ce462240..000000000
--- a/community/dvtm/0001-Makefile-respect-DESTDIR-in-tic-invocation.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 4ab5ed57a3b53e0271cf50f256cd7904c50cac55 Mon Sep 17 00:00:00 2001
-From: Douglas Jerome <douglas@ttylinux.org>
-Date: Wed, 15 May 2013 14:33:31 +0200
-Subject: [PATCH] Makefile: respect ${DESTDIR} in tic invocation
-
----
- Makefile | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/Makefile b/Makefile
-index ff85deb..eb849f4 100644
---- a/Makefile
-+++ b/Makefile
-@@ -55,7 +55,7 @@ install: dvtm
- @sed "s/VERSION/${VERSION}/g" < dvtm.1 > ${DESTDIR}${MANPREFIX}/man1/dvtm.1
- @chmod 644 ${DESTDIR}${MANPREFIX}/man1/dvtm.1
- @echo installing terminfo description
-- @tic -s dvtm.info
-+ @tic -o ${DESTDIR}/usr/share/terminfo -s dvtm.info
-
- uninstall:
- @echo removing executable file from ${DESTDIR}${PREFIX}/bin
---
-1.8.3.450.gf3f2a46
-