diff options
author | trevor <trevor@FreeBSD.org> | 2005-10-06 07:15:26 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2005-10-06 07:15:26 +0800 |
commit | c1a6272ca0fb1d8467a11a36cf07742ce59a347c (patch) | |
tree | 65519cecc6f1ddd48e6a081e46fa910baf1098ef /print | |
parent | 7230deccd9534a63a00b2c32477ba20e09a4023b (diff) | |
download | freebsd-ports-gnome-c1a6272ca0fb1d8467a11a36cf07742ce59a347c.tar.gz freebsd-ports-gnome-c1a6272ca0fb1d8467a11a36cf07742ce59a347c.tar.zst freebsd-ports-gnome-c1a6272ca0fb1d8467a11a36cf07742ce59a347c.zip |
The license for the Adobe Reader forbids any changes to the installed
files, even inserting the word "FreeBSD" into the wrapper script.
By cleverly spoofing "uname" output we can avoid patching that
script.
Submitted by: hrs
Diffstat (limited to 'print')
-rw-r--r-- | print/acroread7/files/acroread7.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/print/acroread7/files/acroread7.in b/print/acroread7/files/acroread7.in new file mode 100644 index 000000000000..aad637c484b0 --- /dev/null +++ b/print/acroread7/files/acroread7.in @@ -0,0 +1,3 @@ +#!/bin/sh +UNAME_s=Linux; export UNAME_s +exec %%PREFIX%%/lib/acroread/usr/local/Adobe/Acrobat7.0/bin/acroread "$@" |