]> git.pld-linux.org Git - packages/detex.git/commitdiff
- fixed install command in Makefile
authortwittner <twittner@pld-linux.org>
Fri, 19 Sep 2003 05:24:04 +0000 (05:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    detex-install.patch -> 1.1

detex-install.patch [new file with mode: 0644]

diff --git a/detex-install.patch b/detex-install.patch
new file mode 100644 (file)
index 0000000..a70eff2
--- /dev/null
@@ -0,0 +1,12 @@
+diff -urN detex-2.7.orig/Makefile detex-2.7/Makefile
+--- detex-2.7.orig/Makefile    Wed May 12 19:45:55 1999
++++ detex-2.7/Makefile Fri Sep 19 05:57:56 2003
+@@ -85,7 +85,7 @@
+ # this target
+ install: detex
+       rm -f ${DESTDIR}/detex
+-      install -c -m 775 -o binary -g staff -s detex ${DESTDIR}
++      install -c -m 755 -s detex ${DESTDIR}
+ #     rm -f ${DESTDIR}/delatex
+ #     ln ${DESTDIR}/detex ${DESTDIR}/delatex
This page took 0.055768 seconds and 4 git commands to generate.