diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-12 20:36:30 +0200 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-12 20:36:30 +0200 |
commit | 03c1e1fd4ff6c61ebc1dfc99617de3e7be233afc (patch) | |
tree | 2ae42bb222fc77a70ec06b4bc575ab831b4280ec /extra/psutils/psutils-1.17.diff | |
parent | e0691b8555b535d74d63a119ee9617974267dd02 (diff) | |
download | nutyx-pakxe-03c1e1fd4ff6c61ebc1dfc99617de3e7be233afc.tar.gz nutyx-pakxe-03c1e1fd4ff6c61ebc1dfc99617de3e7be233afc.tar.bz2 nutyx-pakxe-03c1e1fd4ff6c61ebc1dfc99617de3e7be233afc.tar.xz nutyx-pakxe-03c1e1fd4ff6c61ebc1dfc99617de3e7be233afc.zip |
Ajout psutils#1.17-1
Diffstat (limited to 'extra/psutils/psutils-1.17.diff')
-rwxr-xr-x | extra/psutils/psutils-1.17.diff | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/extra/psutils/psutils-1.17.diff b/extra/psutils/psutils-1.17.diff new file mode 100755 index 000000000..4af32bd7f --- /dev/null +++ b/extra/psutils/psutils-1.17.diff @@ -0,0 +1,33 @@ +diff -u -r --new-file psutils.orig/Makefile.unix psutils/Makefile.unix +--- psutils.orig/Makefile.unix Tue Mar 11 14:52:59 1997 ++++ psutils/Makefile.unix Thu Jan 18 20:53:36 2001 +@@ -19,16 +19,16 @@ + # psnup puts multiple logical pages on one physical page + # psresize scales and moves pages to fit on different paper sizes + +-PAPER=a4 ++PAPER=letter + + # Makefile for PSUtils under Unix + + OS = UNIX + +-BINDIR = /usr/local/bin ++BINDIR = /usr/bin + SCRIPTDIR = $(BINDIR) +-INCLUDEDIR = /usr/local/share/psutils +-PERL = /usr/local/bin/perl ++INCLUDEDIR = /usr/share/psutils ++PERL = /usr/bin/perl + + BINMODE = 0755 + MANMODE = 0644 +@@ -36,7 +36,7 @@ + INSTALL = install -c -m $(BINMODE) + INSTALLMAN = install -c -m $(MANMODE) + MANEXT = 1 +-MANDIR = /usr/local/share/man/man$(MANEXT) ++MANDIR = /usr/man/man$(MANEXT) + + CC = gcc + CFLAGS = -DPAPER=\"$(PAPER)\" -DUNIX -O -Wall |