Changeset 107813 in vbox for trunk/src/libs/libpng-1.6.45/install-sh
- Timestamp:
- Jan 16, 2025 1:09:46 PM (2 months ago)
- svn:sync-xref-src-repo-rev:
- 166977
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/libpng-1.6.45/install-sh
r103316 r107813 2 2 # install - install a program, script, or datafile 3 3 4 scriptversion=202 3-11-23.18; # UTC4 scriptversion=2024-06-19.01; # UTC 5 5 6 6 # This originates from X11R5 (mit/util/scripts/install.sh), which was … … 171 171 -T) is_target_a_directory=never;; 172 172 173 --version) echo "$0 $scriptversion"; exit $?;;173 --version) echo "$0 (GNU Automake) $scriptversion"; exit $?;; 174 174 175 175 --) shift … … 346 346 347 347 # Because "mkdir -p" follows existing symlinks and we likely work 348 # directly in world-writ eable /tmp, make sure that the '$tmpdir'348 # directly in world-writable /tmp, make sure that the '$tmpdir' 349 349 # directory is successfully created first before we actually test 350 350 # 'mkdir -p'. … … 354 354 then 355 355 if test -z "$dir_arg" || { 356 # Check for POSIX incompatibilit ieswith -m.356 # Check for POSIX incompatibility with -m. 357 357 # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or 358 358 # other-writable bit of parent directory when it shouldn't.
Note:
See TracChangeset
for help on using the changeset viewer.