annotate install-sh @ 94414:d86cb59eea9f

2008-04-27 Carsten Dominik <dominik@science.uva.nl> * org/org.el (org-html-level-start): Always have id's in HTML (org-export-as-html): Use `org-link-protocols' to retrieve the export form of the link. (org-add-link-type): Final parameter renamed from PUBLISH. Better documentation of how it is to be used. Avoid double entries for the same link type. (org-add-link-props): New function. (org-modules-loaded): New variable. (org-load-modules-maybe, org-set-modules): New function. (org-modules): New option. (org-mode, org-cycle, orgstruct-mode, org-run-like-in-org-mode) (orgtbl-mode, org-store-link, org-insert-link-global) (org-open-at-point): Call `org-load-modules-maybe'. (org-search-view): Add more text properties. (org-agenda-schedule, org-agenda-deadline): Allow also in search-type agendas. (org-search-view): Order of arguments has been changed. Interpret prefix-arg as TODO-ONLY. (org-agenda, org-run-agenda-series, org-agenda-manipulate-query): Take new argument order of `org-search-view' into account. (org-todo-only): New variable. (org-search-syntax-table): New variable and function. (org-search-view): Do the search with the special syntax table. (define-obsolete-function-alias): Make work with XEmacs. (org-add-planning-info): Use old date as default when modifying an existing deadline or scheduled item. (org-agenda-compute-time-span): Make argument N optional. (org-agenda-format-date-aligned): Require `cal-iso'. (org-agenda-list): Include week into into agenda heading, don't list it at each date (only on Mondays). (org-read-date-analyze): Define local variable `iso-date'. (org-agenda-format-date-aligned): Remove dependency on `calendar-time-from-absolute'. (org-remember-apply-template, org-go-to-remember-target): Interpret filenames relative to `org-directory'. (org-complete): Silently fail when trying to complete keywords that don't have a default value. (org-get-current-options): Added a #+DATE: option. (org-additional-option-like-keywords): Removed "DATE:" from the list of additional keywords. (org-export-as-html): Removed (current-time) as unnecessary second argument of `format-time-string'. (org-clock-find-position): Handle special case at end of buffer. (org-agenda-day-view): New argument DAY-OF-YEAR, pass it on to `org-agenda-change-time-span'. (org-agenda-week-view): New argument ISO-WEEK, pass it on to `org-agenda-change-time-span'. (org-agenda-month-view): New argument MONTH, pass it on to `org-agenda-change-time-span'. (org-agenda-year-view): New argument YEAR, pass it on to `org-agenda-change-time-span'. (org-agenda-change-time-span): New optional argument N, pass it on to `org-agenda-compute-time-span'. (org-agenda-compute-time-span): New argument N, interpret it by changing the starting day. (org-small-year-to-year): New function. (org-scheduled-past-days): Respect `org-scheduled-past-days'. (org-auto-repeat-maybe): Make sure that repeating dates are pushed into the future, and that the shift is at least one interval, never 0. (org-update-checkbox-count): Fix bug with checkbox counting. (org-add-note): New command. (org-add-log-setup): Renamed from `org-add-log-maybe'. (org-log-note-headings): New entry for plain notes (i.e. notes not related to state changes or clocking). (org-get-org-file): Check for availability of `remember-data-file'. (org-cached-entry-get): Allow a regexp value for `org-use-property-inheritance'. (org-use-property-inheritance): Allow regexp value. Fix bug in customization type. (org-use-tag-inheritance): Allow a list and a regexp value for this variable. (org-scan-tags, org-get-tags-at): Implement selective tag inheritance. (org-entry-get): Respect value `selective' for the INHERIT argument. (org-tag-inherit-p, org-property-inherit-p): New functions. (org-agenda-format-date-aligned): Allow 10 characters for weekday, to acomodate German locale. (org-add-archive-files): New function. (org-agenda-files): New argument `ext', to get archive files as well. (org-tbl-menu): Protect the use of variables that are only available when org-table.el gets loaded. (org-read-agenda-file-list): Error if `org-agenda-files' is a single directory. (org-open-file): Allow a batch process to trigger waiting after executing a system command. (org-store-link): Link to headline when there is not target and no region in an org-mode buffer when creating a link. (org-link-types-re): New variable. (org-make-link-regexps): Compute `org-link-types-re'. (org-make-link-description-function): New option. (org-agenda-date, org-agenda-date-weekend): New faces. (org-archive-sibling-heading): New option. (org-archive-to-archive-sibling): New function. (org-iswitchb): New command. (org-buffer-list): New function. (org-agenda-columns): Also try the #+COLUMNS line in the buffer associated with the entry at point (or with the first entry in the agenda view). (org-modules): Add entry for org-bibtex.el. (org-completion-fallback-command): Moved into `org-completion' group. (org-clock-heading-function): Moved to `org-progress' group. (org-auto-repeat-maybe): Make sure that a note can be enforces if `org-log-repeat' is `note'. (org-modules): Allow additional symbols for external packages. (org-ctrl-c-ctrl-c): Allow for `org-clock-overlays' to be undefined. (org-clock-goto): Hide drawers after showing an entry with `org-clock-goto.' (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft): Try also a clocktable block shift. (org-clocktable-try-shift): New function. (org-columns-hscoll-title): New function. (org-columns-previous-hscroll): New variable. (org-columns-full-header-line-format): New variable. (org-columns-display-here-title, org-columns-remove-overlays): Install `org-columns-hscoll-title' in post-command-hook. * org/org.el: Split into many small files. * org/org-agenda.el: New file, split off from org.el. * org/org-archive.el: New file, split off from org.el. * org/org-bbdb.el: New file. * org/org-bibtex.el: New file, split off from org.el. * org/org-clock.el: New file, split off from org.el. * org/org-colview.el: New file, split off from org.el. * org/org-compat.el: New file, split off from org.el. * org/org-exp.el: New file, split off from org.el. * org/org-faces.el: New file, split off from org.el. * org/org-gnus.el: New file, split off from org.el. * org/org-info.el: New file, split off from org.el. * org/org-infojs.el: New file. * org/org-irc.el: New file. * org/org-macs.el: New file, split off from org.el. * org/org-mew.el: New file. * org/org-mhe.el: New file, split off from org.el. * org/org-publish.el: New file, split off from org.el. * org/org-remember.el: New file, split off from org.el. * org/org-rmail.el: New file, split off from org.el. * org/org-table.el: New file, split off from org.el. * org/org-vm.el: New file, split off from org.el. * org/org-wl.el: New file, split off from org.el. 2008-04-27 Jason Riedy <jason@acm.org> * lisp/org-table.el (orgtbl-to-generic): Add a :remove-nil-lines parameter that supresses lines that evaluate to NIL. (orgtbl-get-fmt): New inline function for picking apart formats that may be lists. (orgtbl-apply-fmt): New inline function for applying formats that may be functions. (orgtbl-eval-str): New inline function for strings that may be functions. (orgtbl-format-line, orgtbl-to-generic): Use and document. (orgtbl-to-latex, orgtbl-to-texinfo): Document. (*orgtbl-llfmt*, *orgtbl-llstart*) (*orgtbl-llend*): Dynamic variables for last-line formatting. (orgtbl-format-section): Shift formatting to support detecting the last line and formatting it specially. (orgtbl-to-generic): Document :ll* formats. Set to the non-ll formats unless overridden. (orgtbl-to-latex): Suggest using :llend to suppress the final \\. (*orgtbl-table*, *orgtbl-rtn*): Dynamically bound variables to hold the input collection of lines and output formatted text. (*orgtbl-hline*, *orgtbl-sep*, *orgtbl-fmt*, *orgtbl-efmt*, (*orgtbl-lfmt*, *orgtbl-lstart*, *orgtbl-lend*): Dynamically bound format parameters. (orgtbl-format-line): New function encapsulating formatting for a single line. (orgtbl-format-section): Similar for each section. Rebinding the dynamic vars customizes the formatting for each section. (orgtbl-to-generic): Use orgtbl-format-line and orgtbl-format-section. (org-get-param): Now unused, so delete. (orgtbl-gather-send-defs): New function to gather all the SEND definitions before a table. (orgtbl-send-replace-tbl): New function to find the RECEIVE corresponding to the current name. (orgtbl-send-table): Use the previous two functions and implement multiple destinations for each table. * doc/org.texi (A LaTeX example): Note that fmt may be a one-argument function, and efmt may be a two-argument function. (Radio tables): Document multiple destinations. 2008-04-27 Carsten Dominik <dominik@science.uva.nl> * org/org-agenda.el (org-add-to-diary-list): New function. (org-prefix-has-effort): New variable. (org-sort-agenda-noeffort-is-high): New option. (org-agenda-columns-show-summaries) (org-agenda-columns-compute-summary-properties): New options. (org-format-agenda-item): Compute the duration of the item. (org-agenda-weekend-days): New variable. (org-agenda-list, org-timeline): Use the proper faces for dates in the agenda and timeline buffers. (org-agenda-archive-to-archive-sibling): New command. (org-agenda-start-with-clockreport-mode): New option. (org-agenda-clockreport-parameter-plist): New option. (org-agenda-clocktable-mode): New variable. (org-agenda-deadline-leaders): Allow a function value for the deadline leader. (org-agenda-get-deadlines): Deal with new function value. * lisp/org-clock.el (org-clock): New customization group. (org-clock-into-drawer, org-clock-out-when-done) (org-clock-in-switch-to-state, org-clock-heading-function): Moved into the new group. (org-clock-out-remove-zero-time-clocks): New option. (org-clock-out): Use `org-clock-out-remove-zero-time-clocks'. (org-dblock-write:clocktable): Allow a Lisp form for the scope parameter. (org-dblock-write:clocktable): Fixed bug with total time calculation. (org-dblock-write:clocktable): Request the unrestricted list of files. (org-get-clocktable): New function. (org-dblock-write:clocktable): Make sure :tstart and :tend can not only be strings but also integers (an absolute day number) and lists (m d y). * org/org-colview.el (org-columns-next-allowed-value) (org-columns-edit-value): Limit the effort for updatig in the agenda to recomputing a single file. (org-columns-compute): Only write property value if it has changed. This avoids raising the buffer-change-flag unnecessarily. (org-agenda-colview-summarize) (org-agenda-colview-compute): New functions. (org-agenda-columns): Call `org-agenda-colview-summarize'. * org/org-exp.el (org-export-run-in-background): New option. (org-export-icalendar): Allow a batch process to trigger waiting after executing a system command. (org-export-preprocess-string): Renamed-from `org-cleaned-string-for-export'. (org-export-html-style): Made target class look like normal text. (org-export-as-html): Make use of the better proprocessing in `org-cleaned-string-for-export'. (org-cleaned-string-for-export): Better treatment of heuristic targets, many more internal links will now work in HTML export. (org-get-current-options): Incorporate LINK_UP, LINK_HOME, and INFOJS. (org-export-inbuffer-options-extra): New variable. (org-export-options-filters): New hook. (org-infile-export-plist): Find also the settings keywords in `org-export-inbuffer-options-extra'. (org-infile-export-plist): Allow multiple #+OPTIONS lines and multiple #+INFOJS_OPT lines. (org-export-html-handle-js-options): New function. (org-export-html-infojs-setup): New option. (org-export-as-html): Call `org-export-html-handle-js-options'. Add autoload to all entry points. (org-skip-comments): Function removed. * org/org-table.el (org-table-make-reference): Extra parenthesis around single fields, to make sure that algebraic formulas get correctly interpreted by calc. (org-table-current-column): No longer interactive. * org/org-export-latex.el (org-export-latex-preprocess): Renamed from `org-export-latex-cleaned-string'. 2008-04-27 Bastien Guerry <bzg@altern.org> * org/org-publish.el (org-publish-get-base-files-1): New function. (org-publish-get-base-files): Use it. (org-publish-temp-files): New variable. Don't require 'dired-aux anymore. (org-publish-initial-buffer): New variable. (org-publish-org-to, org-publish): Use it. (org-publish-get-base-files-1): Bug fix: get the proper list of files when recursing thru a directory. (org-publish-get-base-files): Use the :exclude property to skip both files and directories.
author Carsten Dominik <dominik@science.uva.nl>
date Sun, 27 Apr 2008 18:33:39 +0000
parents 23a1cea22d13
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
25978
Dave Love <fx@gnu.org>
parents:
diff changeset
1 #! /bin/sh
Dave Love <fx@gnu.org>
parents:
diff changeset
2 #
Dave Love <fx@gnu.org>
parents:
diff changeset
3 # install - install a program, script, or datafile
Dave Love <fx@gnu.org>
parents:
diff changeset
4 # This comes from X11R5 (mit/util/scripts/install.sh).
Dave Love <fx@gnu.org>
parents:
diff changeset
5 #
Dave Love <fx@gnu.org>
parents:
diff changeset
6 # Copyright 1991 by the Massachusetts Institute of Technology
Dave Love <fx@gnu.org>
parents:
diff changeset
7 #
Dave Love <fx@gnu.org>
parents:
diff changeset
8 # Permission to use, copy, modify, distribute, and sell this software and its
Dave Love <fx@gnu.org>
parents:
diff changeset
9 # documentation for any purpose is hereby granted without fee, provided that
Dave Love <fx@gnu.org>
parents:
diff changeset
10 # the above copyright notice appear in all copies and that both that
Dave Love <fx@gnu.org>
parents:
diff changeset
11 # copyright notice and this permission notice appear in supporting
Dave Love <fx@gnu.org>
parents:
diff changeset
12 # documentation, and that the name of M.I.T. not be used in advertising or
Dave Love <fx@gnu.org>
parents:
diff changeset
13 # publicity pertaining to distribution of the software without specific,
Dave Love <fx@gnu.org>
parents:
diff changeset
14 # written prior permission. M.I.T. makes no representations about the
Dave Love <fx@gnu.org>
parents:
diff changeset
15 # suitability of this software for any purpose. It is provided "as is"
Dave Love <fx@gnu.org>
parents:
diff changeset
16 # without express or implied warranty.
Dave Love <fx@gnu.org>
parents:
diff changeset
17 #
Dave Love <fx@gnu.org>
parents:
diff changeset
18 # Calling this script install-sh is preferred over install.sh, to prevent
Dave Love <fx@gnu.org>
parents:
diff changeset
19 # `make' implicit rules from creating a file called install from it
Dave Love <fx@gnu.org>
parents:
diff changeset
20 # when there is no Makefile.
Dave Love <fx@gnu.org>
parents:
diff changeset
21 #
Dave Love <fx@gnu.org>
parents:
diff changeset
22 # This script is compatible with the BSD install script, but was written
Dave Love <fx@gnu.org>
parents:
diff changeset
23 # from scratch. It can only install one file at a time, a restriction
Dave Love <fx@gnu.org>
parents:
diff changeset
24 # shared with many OS's install programs.
Dave Love <fx@gnu.org>
parents:
diff changeset
25
Dave Love <fx@gnu.org>
parents:
diff changeset
26
Dave Love <fx@gnu.org>
parents:
diff changeset
27 # set DOITPROG to echo to test this script
Dave Love <fx@gnu.org>
parents:
diff changeset
28
Dave Love <fx@gnu.org>
parents:
diff changeset
29 # Don't use :- since 4.3BSD and earlier shells don't like it.
Dave Love <fx@gnu.org>
parents:
diff changeset
30 doit="${DOITPROG-}"
Dave Love <fx@gnu.org>
parents:
diff changeset
31
Dave Love <fx@gnu.org>
parents:
diff changeset
32
Dave Love <fx@gnu.org>
parents:
diff changeset
33 # put in absolute paths if you don't have them in your path; or use env. vars.
Dave Love <fx@gnu.org>
parents:
diff changeset
34
Dave Love <fx@gnu.org>
parents:
diff changeset
35 mvprog="${MVPROG-mv}"
Dave Love <fx@gnu.org>
parents:
diff changeset
36 cpprog="${CPPROG-cp}"
Dave Love <fx@gnu.org>
parents:
diff changeset
37 chmodprog="${CHMODPROG-chmod}"
Dave Love <fx@gnu.org>
parents:
diff changeset
38 chownprog="${CHOWNPROG-chown}"
Dave Love <fx@gnu.org>
parents:
diff changeset
39 chgrpprog="${CHGRPPROG-chgrp}"
Dave Love <fx@gnu.org>
parents:
diff changeset
40 stripprog="${STRIPPROG-strip}"
Dave Love <fx@gnu.org>
parents:
diff changeset
41 rmprog="${RMPROG-rm}"
Dave Love <fx@gnu.org>
parents:
diff changeset
42 mkdirprog="${MKDIRPROG-mkdir}"
Dave Love <fx@gnu.org>
parents:
diff changeset
43
Dave Love <fx@gnu.org>
parents:
diff changeset
44 transformbasename=""
Dave Love <fx@gnu.org>
parents:
diff changeset
45 transform_arg=""
Dave Love <fx@gnu.org>
parents:
diff changeset
46 instcmd="$mvprog"
Dave Love <fx@gnu.org>
parents:
diff changeset
47 chmodcmd="$chmodprog 0755"
Dave Love <fx@gnu.org>
parents:
diff changeset
48 chowncmd=""
Dave Love <fx@gnu.org>
parents:
diff changeset
49 chgrpcmd=""
Dave Love <fx@gnu.org>
parents:
diff changeset
50 stripcmd=""
Dave Love <fx@gnu.org>
parents:
diff changeset
51 rmcmd="$rmprog -f"
Dave Love <fx@gnu.org>
parents:
diff changeset
52 mvcmd="$mvprog"
Dave Love <fx@gnu.org>
parents:
diff changeset
53 src=""
Dave Love <fx@gnu.org>
parents:
diff changeset
54 dst=""
Dave Love <fx@gnu.org>
parents:
diff changeset
55 dir_arg=""
Dave Love <fx@gnu.org>
parents:
diff changeset
56
Dave Love <fx@gnu.org>
parents:
diff changeset
57 while [ x"$1" != x ]; do
Dave Love <fx@gnu.org>
parents:
diff changeset
58 case $1 in
Dave Love <fx@gnu.org>
parents:
diff changeset
59 -c) instcmd="$cpprog"
Dave Love <fx@gnu.org>
parents:
diff changeset
60 shift
Dave Love <fx@gnu.org>
parents:
diff changeset
61 continue;;
Dave Love <fx@gnu.org>
parents:
diff changeset
62
Dave Love <fx@gnu.org>
parents:
diff changeset
63 -d) dir_arg=true
Dave Love <fx@gnu.org>
parents:
diff changeset
64 shift
Dave Love <fx@gnu.org>
parents:
diff changeset
65 continue;;
Dave Love <fx@gnu.org>
parents:
diff changeset
66
Dave Love <fx@gnu.org>
parents:
diff changeset
67 -m) chmodcmd="$chmodprog $2"
Dave Love <fx@gnu.org>
parents:
diff changeset
68 shift
Dave Love <fx@gnu.org>
parents:
diff changeset
69 shift
Dave Love <fx@gnu.org>
parents:
diff changeset
70 continue;;
Dave Love <fx@gnu.org>
parents:
diff changeset
71
Dave Love <fx@gnu.org>
parents:
diff changeset
72 -o) chowncmd="$chownprog $2"
Dave Love <fx@gnu.org>
parents:
diff changeset
73 shift
Dave Love <fx@gnu.org>
parents:
diff changeset
74 shift
Dave Love <fx@gnu.org>
parents:
diff changeset
75 continue;;
Dave Love <fx@gnu.org>
parents:
diff changeset
76
Dave Love <fx@gnu.org>
parents:
diff changeset
77 -g) chgrpcmd="$chgrpprog $2"
Dave Love <fx@gnu.org>
parents:
diff changeset
78 shift
Dave Love <fx@gnu.org>
parents:
diff changeset
79 shift
Dave Love <fx@gnu.org>
parents:
diff changeset
80 continue;;
Dave Love <fx@gnu.org>
parents:
diff changeset
81
Dave Love <fx@gnu.org>
parents:
diff changeset
82 -s) stripcmd="$stripprog"
Dave Love <fx@gnu.org>
parents:
diff changeset
83 shift
Dave Love <fx@gnu.org>
parents:
diff changeset
84 continue;;
Dave Love <fx@gnu.org>
parents:
diff changeset
85
Dave Love <fx@gnu.org>
parents:
diff changeset
86 -t=*) transformarg=`echo $1 | sed 's/-t=//'`
Dave Love <fx@gnu.org>
parents:
diff changeset
87 shift
Dave Love <fx@gnu.org>
parents:
diff changeset
88 continue;;
Dave Love <fx@gnu.org>
parents:
diff changeset
89
Dave Love <fx@gnu.org>
parents:
diff changeset
90 -b=*) transformbasename=`echo $1 | sed 's/-b=//'`
Dave Love <fx@gnu.org>
parents:
diff changeset
91 shift
Dave Love <fx@gnu.org>
parents:
diff changeset
92 continue;;
Dave Love <fx@gnu.org>
parents:
diff changeset
93
Dave Love <fx@gnu.org>
parents:
diff changeset
94 *) if [ x"$src" = x ]
Dave Love <fx@gnu.org>
parents:
diff changeset
95 then
Dave Love <fx@gnu.org>
parents:
diff changeset
96 src=$1
Dave Love <fx@gnu.org>
parents:
diff changeset
97 else
Dave Love <fx@gnu.org>
parents:
diff changeset
98 # this colon is to work around a 386BSD /bin/sh bug
Dave Love <fx@gnu.org>
parents:
diff changeset
99 :
Dave Love <fx@gnu.org>
parents:
diff changeset
100 dst=$1
Dave Love <fx@gnu.org>
parents:
diff changeset
101 fi
Dave Love <fx@gnu.org>
parents:
diff changeset
102 shift
Dave Love <fx@gnu.org>
parents:
diff changeset
103 continue;;
Dave Love <fx@gnu.org>
parents:
diff changeset
104 esac
Dave Love <fx@gnu.org>
parents:
diff changeset
105 done
Dave Love <fx@gnu.org>
parents:
diff changeset
106
Dave Love <fx@gnu.org>
parents:
diff changeset
107 if [ x"$src" = x ]
Dave Love <fx@gnu.org>
parents:
diff changeset
108 then
Dave Love <fx@gnu.org>
parents:
diff changeset
109 echo "install: no input file specified"
Dave Love <fx@gnu.org>
parents:
diff changeset
110 exit 1
Dave Love <fx@gnu.org>
parents:
diff changeset
111 else
Dave Love <fx@gnu.org>
parents:
diff changeset
112 true
Dave Love <fx@gnu.org>
parents:
diff changeset
113 fi
Dave Love <fx@gnu.org>
parents:
diff changeset
114
Dave Love <fx@gnu.org>
parents:
diff changeset
115 if [ x"$dir_arg" != x ]; then
Dave Love <fx@gnu.org>
parents:
diff changeset
116 dst=$src
Dave Love <fx@gnu.org>
parents:
diff changeset
117 src=""
49600
23a1cea22d13 Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents: 25978
diff changeset
118
25978
Dave Love <fx@gnu.org>
parents:
diff changeset
119 if [ -d $dst ]; then
Dave Love <fx@gnu.org>
parents:
diff changeset
120 instcmd=:
Dave Love <fx@gnu.org>
parents:
diff changeset
121 else
Dave Love <fx@gnu.org>
parents:
diff changeset
122 instcmd=mkdir
Dave Love <fx@gnu.org>
parents:
diff changeset
123 fi
Dave Love <fx@gnu.org>
parents:
diff changeset
124 else
Dave Love <fx@gnu.org>
parents:
diff changeset
125
Dave Love <fx@gnu.org>
parents:
diff changeset
126 # Waiting for this to be detected by the "$instcmd $src $dsttmp" command
49600
23a1cea22d13 Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents: 25978
diff changeset
127 # might cause directories to be created, which would be especially bad
25978
Dave Love <fx@gnu.org>
parents:
diff changeset
128 # if $src (and thus $dsttmp) contains '*'.
Dave Love <fx@gnu.org>
parents:
diff changeset
129
Dave Love <fx@gnu.org>
parents:
diff changeset
130 if [ -f $src -o -d $src ]
Dave Love <fx@gnu.org>
parents:
diff changeset
131 then
Dave Love <fx@gnu.org>
parents:
diff changeset
132 true
Dave Love <fx@gnu.org>
parents:
diff changeset
133 else
Dave Love <fx@gnu.org>
parents:
diff changeset
134 echo "install: $src does not exist"
Dave Love <fx@gnu.org>
parents:
diff changeset
135 exit 1
Dave Love <fx@gnu.org>
parents:
diff changeset
136 fi
49600
23a1cea22d13 Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents: 25978
diff changeset
137
25978
Dave Love <fx@gnu.org>
parents:
diff changeset
138 if [ x"$dst" = x ]
Dave Love <fx@gnu.org>
parents:
diff changeset
139 then
Dave Love <fx@gnu.org>
parents:
diff changeset
140 echo "install: no destination specified"
Dave Love <fx@gnu.org>
parents:
diff changeset
141 exit 1
Dave Love <fx@gnu.org>
parents:
diff changeset
142 else
Dave Love <fx@gnu.org>
parents:
diff changeset
143 true
Dave Love <fx@gnu.org>
parents:
diff changeset
144 fi
Dave Love <fx@gnu.org>
parents:
diff changeset
145
Dave Love <fx@gnu.org>
parents:
diff changeset
146 # If destination is a directory, append the input filename; if your system
Dave Love <fx@gnu.org>
parents:
diff changeset
147 # does not like double slashes in filenames, you may need to add some logic
Dave Love <fx@gnu.org>
parents:
diff changeset
148
Dave Love <fx@gnu.org>
parents:
diff changeset
149 if [ -d $dst ]
Dave Love <fx@gnu.org>
parents:
diff changeset
150 then
Dave Love <fx@gnu.org>
parents:
diff changeset
151 dst="$dst"/`basename $src`
Dave Love <fx@gnu.org>
parents:
diff changeset
152 else
Dave Love <fx@gnu.org>
parents:
diff changeset
153 true
Dave Love <fx@gnu.org>
parents:
diff changeset
154 fi
Dave Love <fx@gnu.org>
parents:
diff changeset
155 fi
Dave Love <fx@gnu.org>
parents:
diff changeset
156
Dave Love <fx@gnu.org>
parents:
diff changeset
157 ## this sed command emulates the dirname command
Dave Love <fx@gnu.org>
parents:
diff changeset
158 dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
Dave Love <fx@gnu.org>
parents:
diff changeset
159
Dave Love <fx@gnu.org>
parents:
diff changeset
160 # Make sure that the destination directory exists.
Dave Love <fx@gnu.org>
parents:
diff changeset
161 # this part is taken from Noah Friedman's mkinstalldirs script
Dave Love <fx@gnu.org>
parents:
diff changeset
162
Dave Love <fx@gnu.org>
parents:
diff changeset
163 # Skip lots of stat calls in the usual case.
Dave Love <fx@gnu.org>
parents:
diff changeset
164 if [ ! -d "$dstdir" ]; then
49600
23a1cea22d13 Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents: 25978
diff changeset
165 defaultIFS='
25978
Dave Love <fx@gnu.org>
parents:
diff changeset
166 '
Dave Love <fx@gnu.org>
parents:
diff changeset
167 IFS="${IFS-${defaultIFS}}"
Dave Love <fx@gnu.org>
parents:
diff changeset
168
Dave Love <fx@gnu.org>
parents:
diff changeset
169 oIFS="${IFS}"
Dave Love <fx@gnu.org>
parents:
diff changeset
170 # Some sh's can't handle IFS=/ for some reason.
Dave Love <fx@gnu.org>
parents:
diff changeset
171 IFS='%'
Dave Love <fx@gnu.org>
parents:
diff changeset
172 set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'`
Dave Love <fx@gnu.org>
parents:
diff changeset
173 IFS="${oIFS}"
Dave Love <fx@gnu.org>
parents:
diff changeset
174
Dave Love <fx@gnu.org>
parents:
diff changeset
175 pathcomp=''
Dave Love <fx@gnu.org>
parents:
diff changeset
176
Dave Love <fx@gnu.org>
parents:
diff changeset
177 while [ $# -ne 0 ] ; do
Dave Love <fx@gnu.org>
parents:
diff changeset
178 pathcomp="${pathcomp}${1}"
Dave Love <fx@gnu.org>
parents:
diff changeset
179 shift
Dave Love <fx@gnu.org>
parents:
diff changeset
180
Dave Love <fx@gnu.org>
parents:
diff changeset
181 if [ ! -d "${pathcomp}" ] ;
Dave Love <fx@gnu.org>
parents:
diff changeset
182 then
Dave Love <fx@gnu.org>
parents:
diff changeset
183 $mkdirprog "${pathcomp}"
Dave Love <fx@gnu.org>
parents:
diff changeset
184 else
Dave Love <fx@gnu.org>
parents:
diff changeset
185 true
Dave Love <fx@gnu.org>
parents:
diff changeset
186 fi
Dave Love <fx@gnu.org>
parents:
diff changeset
187
Dave Love <fx@gnu.org>
parents:
diff changeset
188 pathcomp="${pathcomp}/"
Dave Love <fx@gnu.org>
parents:
diff changeset
189 done
Dave Love <fx@gnu.org>
parents:
diff changeset
190 fi
Dave Love <fx@gnu.org>
parents:
diff changeset
191
Dave Love <fx@gnu.org>
parents:
diff changeset
192 if [ x"$dir_arg" != x ]
Dave Love <fx@gnu.org>
parents:
diff changeset
193 then
Dave Love <fx@gnu.org>
parents:
diff changeset
194 $doit $instcmd $dst &&
Dave Love <fx@gnu.org>
parents:
diff changeset
195
Dave Love <fx@gnu.org>
parents:
diff changeset
196 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dst; else true ; fi &&
Dave Love <fx@gnu.org>
parents:
diff changeset
197 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dst; else true ; fi &&
Dave Love <fx@gnu.org>
parents:
diff changeset
198 if [ x"$stripcmd" != x ]; then $doit $stripcmd $dst; else true ; fi &&
Dave Love <fx@gnu.org>
parents:
diff changeset
199 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dst; else true ; fi
Dave Love <fx@gnu.org>
parents:
diff changeset
200 else
Dave Love <fx@gnu.org>
parents:
diff changeset
201
Dave Love <fx@gnu.org>
parents:
diff changeset
202 # If we're going to rename the final executable, determine the name now.
Dave Love <fx@gnu.org>
parents:
diff changeset
203
49600
23a1cea22d13 Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents: 25978
diff changeset
204 if [ x"$transformarg" = x ]
25978
Dave Love <fx@gnu.org>
parents:
diff changeset
205 then
Dave Love <fx@gnu.org>
parents:
diff changeset
206 dstfile=`basename $dst`
Dave Love <fx@gnu.org>
parents:
diff changeset
207 else
49600
23a1cea22d13 Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents: 25978
diff changeset
208 dstfile=`basename $dst $transformbasename |
25978
Dave Love <fx@gnu.org>
parents:
diff changeset
209 sed $transformarg`$transformbasename
Dave Love <fx@gnu.org>
parents:
diff changeset
210 fi
Dave Love <fx@gnu.org>
parents:
diff changeset
211
Dave Love <fx@gnu.org>
parents:
diff changeset
212 # don't allow the sed command to completely eliminate the filename
Dave Love <fx@gnu.org>
parents:
diff changeset
213
49600
23a1cea22d13 Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents: 25978
diff changeset
214 if [ x"$dstfile" = x ]
25978
Dave Love <fx@gnu.org>
parents:
diff changeset
215 then
Dave Love <fx@gnu.org>
parents:
diff changeset
216 dstfile=`basename $dst`
Dave Love <fx@gnu.org>
parents:
diff changeset
217 else
Dave Love <fx@gnu.org>
parents:
diff changeset
218 true
Dave Love <fx@gnu.org>
parents:
diff changeset
219 fi
Dave Love <fx@gnu.org>
parents:
diff changeset
220
Dave Love <fx@gnu.org>
parents:
diff changeset
221 # Make a temp file name in the proper directory.
Dave Love <fx@gnu.org>
parents:
diff changeset
222
Dave Love <fx@gnu.org>
parents:
diff changeset
223 dsttmp=$dstdir/#inst.$$#
Dave Love <fx@gnu.org>
parents:
diff changeset
224
Dave Love <fx@gnu.org>
parents:
diff changeset
225 # Move or copy the file name to the temp name
Dave Love <fx@gnu.org>
parents:
diff changeset
226
Dave Love <fx@gnu.org>
parents:
diff changeset
227 $doit $instcmd $src $dsttmp &&
Dave Love <fx@gnu.org>
parents:
diff changeset
228
Dave Love <fx@gnu.org>
parents:
diff changeset
229 trap "rm -f ${dsttmp}" 0 &&
Dave Love <fx@gnu.org>
parents:
diff changeset
230
Dave Love <fx@gnu.org>
parents:
diff changeset
231 # and set any options; do chmod last to preserve setuid bits
Dave Love <fx@gnu.org>
parents:
diff changeset
232
Dave Love <fx@gnu.org>
parents:
diff changeset
233 # If any of these fail, we abort the whole thing. If we want to
Dave Love <fx@gnu.org>
parents:
diff changeset
234 # ignore errors from any of these, just make sure not to ignore
Dave Love <fx@gnu.org>
parents:
diff changeset
235 # errors from the above "$doit $instcmd $src $dsttmp" command.
Dave Love <fx@gnu.org>
parents:
diff changeset
236
Dave Love <fx@gnu.org>
parents:
diff changeset
237 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dsttmp; else true;fi &&
Dave Love <fx@gnu.org>
parents:
diff changeset
238 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dsttmp; else true;fi &&
Dave Love <fx@gnu.org>
parents:
diff changeset
239 if [ x"$stripcmd" != x ]; then $doit $stripcmd $dsttmp; else true;fi &&
Dave Love <fx@gnu.org>
parents:
diff changeset
240 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dsttmp; else true;fi &&
Dave Love <fx@gnu.org>
parents:
diff changeset
241
Dave Love <fx@gnu.org>
parents:
diff changeset
242 # Now rename the file to the real destination.
Dave Love <fx@gnu.org>
parents:
diff changeset
243
Dave Love <fx@gnu.org>
parents:
diff changeset
244 $doit $rmcmd -f $dstdir/$dstfile &&
49600
23a1cea22d13 Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents: 25978
diff changeset
245 $doit $mvcmd $dsttmp $dstdir/$dstfile
25978
Dave Love <fx@gnu.org>
parents:
diff changeset
246
Dave Love <fx@gnu.org>
parents:
diff changeset
247 fi &&
Dave Love <fx@gnu.org>
parents:
diff changeset
248
Dave Love <fx@gnu.org>
parents:
diff changeset
249
Dave Love <fx@gnu.org>
parents:
diff changeset
250 exit 0