From ff33300e8a0ef6ad88c98ceb2f64de754aeaf254 Mon Sep 17 00:00:00 2001 From: Andrey Grozin Date: Tue, 29 Mar 2011 21:02:40 +0000 Subject: QA issues fixed (bug #358383), csl now installed, pdf now installed with USE=doc (not tex files) (Portage version: 2.2.0_alpha29/cvs/Linux i686) --- sci-mathematics/reduce/files/csl | 2 ++ sci-mathematics/reduce/files/redcsl | 2 ++ sci-mathematics/reduce/files/reduce | 2 -- 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100755 sci-mathematics/reduce/files/csl create mode 100755 sci-mathematics/reduce/files/redcsl delete mode 100755 sci-mathematics/reduce/files/reduce (limited to 'sci-mathematics/reduce/files') diff --git a/sci-mathematics/reduce/files/csl b/sci-mathematics/reduce/files/csl new file mode 100755 index 000000000000..895b6bd8f4a1 --- /dev/null +++ b/sci-mathematics/reduce/files/csl @@ -0,0 +1,2 @@ +#!/bin/sh +exec /usr/lib/reduce/csl $* diff --git a/sci-mathematics/reduce/files/redcsl b/sci-mathematics/reduce/files/redcsl new file mode 100755 index 000000000000..ff40e3e073ab --- /dev/null +++ b/sci-mathematics/reduce/files/redcsl @@ -0,0 +1,2 @@ +#!/bin/sh +exec /usr/lib/reduce/reduce $* diff --git a/sci-mathematics/reduce/files/reduce b/sci-mathematics/reduce/files/reduce deleted file mode 100755 index ff40e3e073ab..000000000000 --- a/sci-mathematics/reduce/files/reduce +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -exec /usr/lib/reduce/reduce $* -- cgit v1.2.3-65-gdbad