]> git.pld-linux.org Git - packages/detex.git/blob - detex-install.patch
- tabs in preamble
[packages/detex.git] / detex-install.patch
1 diff -urN detex-2.7.orig/Makefile detex-2.7/Makefile
2 --- detex-2.7.orig/Makefile     Wed May 12 19:45:55 1999
3 +++ detex-2.7/Makefile  Fri Sep 19 05:57:56 2003
4 @@ -85,7 +85,7 @@
5  # this target
6  install: detex
7         rm -f ${DESTDIR}/detex
8 -       install -c -m 775 -o binary -g staff -s detex ${DESTDIR}
9 +       install -c -m 755 -s detex ${DESTDIR}
10  #      rm -f ${DESTDIR}/delatex
11  #      ln ${DESTDIR}/detex ${DESTDIR}/delatex
12  
This page took 0.14219 seconds and 3 git commands to generate.