~ubuntu-branches/ubuntu/oneiric/squid3/oneiric-security

« back to all changes in this revision

Viewing changes to libltdl/config/install-sh

  • Committer: Bazaar Package Importer
  • Author(s): Mahyuddin Susanto
  • Date: 2011-02-15 18:46:13 UTC
  • mfrom: (21.2.4 sid)
  • Revision ID: james.westby@ubuntu.com-20110215184613-1u3dh5sz4i055flk
Tags: 3.1.10-1ubuntu1
* Merge from debian unstable. (LP: #719283)  Remaining changes:
  - debian/patches/18-fix-ftbfs-binutils-gold.dpatch: Add library linker into
    LIBS instead to LDFLAGS to fixing FTBFS binutils-gold.
* Drop Ubuntu configuration for ufw which landed in Debian and sync it: 
  - debian/squid3.ufw.profile.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/sh
2
2
# install - install a program, script, or datafile
3
3
 
4
 
scriptversion=2009-04-28.21; # UTC
 
4
scriptversion=2010-02-06.18; # UTC
5
5
 
6
6
# This originates from X11R5 (mit/util/scripts/install.sh), which was
7
7
# later released in X11R6 (xc/config/util/install.sh) with the
200
200
fi
201
201
 
202
202
if test -z "$dir_arg"; then
203
 
  trap '(exit $?); exit' 1 2 13 15
 
203
  do_exit='(exit $ret); exit $ret'
 
204
  trap "ret=129; $do_exit" 1
 
205
  trap "ret=130; $do_exit" 2
 
206
  trap "ret=141; $do_exit" 13
 
207
  trap "ret=143; $do_exit" 15
204
208
 
205
209
  # Set umask so as not to create temps with too-generous modes.
206
210
  # However, 'strip' requires both read and write access to temps.