~ubuntu-branches/ubuntu/vivid/gzip/vivid

« back to all changes in this revision

Viewing changes to zforce.in

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2011-10-19 11:42:42 UTC
  • mfrom: (4.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20111019114242-d8wiiu8kbvdtgmgj
Tags: 1.4-1ubuntu1
* Merge with Debian testing.  Remaining Ubuntu changes:
  - debian/{control,rules}: Remove the Win32 build and mingw64
    build-dependency, since mingw is in universe, and will remain so for
    the forseeable future.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
 
12
12
# This program is free software; you can redistribute it and/or modify
13
13
# it under the terms of the GNU General Public License as published by
14
 
# the Free Software Foundation; either version 2 of the License, or
 
14
# the Free Software Foundation; either version 3 of the License, or
15
15
# (at your option) any later version.
16
16
 
17
17
# This program is distributed in the hope that it will be useful,
23
23
# with this program; if not, write to the Free Software Foundation, Inc.,
24
24
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
25
25
 
26
 
PATH="BINDIR:$PATH"; export PATH
 
26
bindir=@bindir@
 
27
case $1 in
 
28
--__bindir) bindir=${2?}; shift; shift;;
 
29
esac
 
30
PATH=$bindir:$PATH; export PATH
27
31
 
28
32
version="zforce (gzip) @VERSION@
29
 
Copyright (C) 2007 Free Software Foundation, Inc.
 
33
Copyright (C) 2007, 2009-2010 Free Software Foundation, Inc.
30
34
This is free software.  You may redistribute copies of it under the terms of
31
35
the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
32
36
There is NO WARRANTY, to the extent permitted by law.