diff options
Diffstat (limited to 'community/dvtm/Makefile.patch')
-rw-r--r-- | community/dvtm/Makefile.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/community/dvtm/Makefile.patch b/community/dvtm/Makefile.patch new file mode 100644 index 0000000000..c214214aa8 --- /dev/null +++ b/community/dvtm/Makefile.patch @@ -0,0 +1,11 @@ +--- a/Makefile ++++ b/Makefile +@@ -56,7 +56,7 @@ + @sed "s/VERSION/${VERSION}/g" < dvtm.1 > ${DESTDIR}${MANPREFIX}/man1/dvtm.1 + @chmod 644 ${DESTDIR}${MANPREFIX}/man1/dvtm.1 + @echo installing terminfo description +- @TERMINFO=${TERMINFO} tic -s dvtm.info ++ @TERMINFO=${TERMINFO} tic -o ${DESTDIR}${PREFIX}/share/terminfo -s dvtm.info + + uninstall: + @echo removing executable file from ${DESTDIR}${PREFIX}/bin |