aboutsummaryrefslogtreecommitdiffstats
path: root/testing/dvtm/0001-Makefile-respect-DESTDIR-in-tic-invocation.patch
diff options
context:
space:
mode:
authorBartłomiej Piotrowski <bpiotrowski@alpinelinux.org>2013-07-19 21:59:07 +0200
committerBartłomiej Piotrowski <bpiotrowski@alpinelinux.org>2013-07-19 21:59:07 +0200
commit3037298ac0ea6d1da9becc31fa3cdde3fe48d361 (patch)
treec4ded01f76cdf5b83d69d558932d8b8f69a7a934 /testing/dvtm/0001-Makefile-respect-DESTDIR-in-tic-invocation.patch
parent73b4a1dcdba7069e89199160974159a3c4b9a6f0 (diff)
downloadaports-3037298ac0ea6d1da9becc31fa3cdde3fe48d361.tar.bz2
aports-3037298ac0ea6d1da9becc31fa3cdde3fe48d361.tar.xz
testing/dvtm: new aport
Diffstat (limited to 'testing/dvtm/0001-Makefile-respect-DESTDIR-in-tic-invocation.patch')
-rw-r--r--testing/dvtm/0001-Makefile-respect-DESTDIR-in-tic-invocation.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/testing/dvtm/0001-Makefile-respect-DESTDIR-in-tic-invocation.patch b/testing/dvtm/0001-Makefile-respect-DESTDIR-in-tic-invocation.patch
new file mode 100644
index 0000000000..9ce4622404
--- /dev/null
+++ b/testing/dvtm/0001-Makefile-respect-DESTDIR-in-tic-invocation.patch
@@ -0,0 +1,25 @@
+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
+