Home
last modified time | relevance | path

Searched refs:chmodcmd (Results 5601 – 5620 of 5620) sorted by relevance

1...<<221222223224225

/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/
H A DChangeLog14930 * install-sh (chmodcmd): Set to null if the DST directory already
15434 * install.sh (chmodcmd): Set to null if the DST directory already
18210 (chmodcmd): Set file to mode 755 by default (should also do default
/dports/lang/gnat_util/gcc-6-20180516/
H A DChangeLog14266 * install-sh (chmodcmd): Set to null if the DST directory already
14770 * install.sh (chmodcmd): Set to null if the DST directory already
17546 (chmodcmd): Set file to mode 755 by default (should also do default
/dports/devel/avr-gcc/gcc-10.2.0/
H A DChangeLog15674 * install-sh (chmodcmd): Set to null if the DST directory already
16178 * install.sh (chmodcmd): Set to null if the DST directory already
18954 (chmodcmd): Set file to mode 755 by default (should also do default
/dports/lang/gcc11-devel/gcc-11-20211009/
H A DChangeLog15905 * install-sh (chmodcmd): Set to null if the DST directory already
16409 * install.sh (chmodcmd): Set to null if the DST directory already
19185 (chmodcmd): Set file to mode 755 by default (should also do default
/dports/lang/gcc10-devel/gcc-10-20211008/
H A DChangeLog15706 * install-sh (chmodcmd): Set to null if the DST directory already
16210 * install.sh (chmodcmd): Set to null if the DST directory already
18986 (chmodcmd): Set file to mode 755 by default (should also do default
/dports/lang/gcc12-devel/gcc-12-20211205/
H A DChangeLog16199 * install-sh (chmodcmd): Set to null if the DST directory already
16703 * install.sh (chmodcmd): Set to null if the DST directory already
19479 (chmodcmd): Set file to mode 755 by default (should also do default
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/
H A DChangeLog14930 * install-sh (chmodcmd): Set to null if the DST directory already
15434 * install.sh (chmodcmd): Set to null if the DST directory already
18210 (chmodcmd): Set file to mode 755 by default (should also do default
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/
H A DChangeLog14930 * install-sh (chmodcmd): Set to null if the DST directory already
15434 * install.sh (chmodcmd): Set to null if the DST directory already
18210 (chmodcmd): Set file to mode 755 by default (should also do default
/dports/devel/riscv64-gcc/gcc-8.3.0/
H A DChangeLog14926 * install-sh (chmodcmd): Set to null if the DST directory already
15430 * install.sh (chmodcmd): Set to null if the DST directory already
18206 (chmodcmd): Set file to mode 755 by default (should also do default
/dports/misc/cxx_atomics_pic/gcc-11.2.0/
H A DChangeLog15905 * install-sh (chmodcmd): Set to null if the DST directory already
16409 * install.sh (chmodcmd): Set to null if the DST directory already
19185 (chmodcmd): Set file to mode 755 by default (should also do default
/dports/lang/gcc10/gcc-10.3.0/
H A DChangeLog15706 * install-sh (chmodcmd): Set to null if the DST directory already
16210 * install.sh (chmodcmd): Set to null if the DST directory already
18986 (chmodcmd): Set file to mode 755 by default (should also do default
/dports/lang/gcc8/gcc-8.5.0/
H A DChangeLog14938 * install-sh (chmodcmd): Set to null if the DST directory already
15442 * install.sh (chmodcmd): Set to null if the DST directory already
18218 (chmodcmd): Set file to mode 755 by default (should also do default
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/
H A DChangeLog14930 * install-sh (chmodcmd): Set to null if the DST directory already
15434 * install.sh (chmodcmd): Set to null if the DST directory already
18210 (chmodcmd): Set file to mode 755 by default (should also do default
/dports/lang/gcc11/gcc-11.2.0/
H A DChangeLog15905 * install-sh (chmodcmd): Set to null if the DST directory already
16409 * install.sh (chmodcmd): Set to null if the DST directory already
19185 (chmodcmd): Set file to mode 755 by default (should also do default
/dports/lang/gcc9/gcc-9.4.0/
H A DChangeLog15397 * install-sh (chmodcmd): Set to null if the DST directory already
15901 * install.sh (chmodcmd): Set to null if the DST directory already
18677 (chmodcmd): Set file to mode 755 by default (should also do default
/dports/lang/gcc9-aux/gcc-9.1.0/
H A DChangeLog15343 * install-sh (chmodcmd): Set to null if the DST directory already
15847 * install.sh (chmodcmd): Set to null if the DST directory already
18623 (chmodcmd): Set file to mode 755 by default (should also do default
/dports/lang/gcc9-devel/gcc-9-20211007/
H A DChangeLog15397 * install-sh (chmodcmd): Set to null if the DST directory already
15901 * install.sh (chmodcmd): Set to null if the DST directory already
18677 (chmodcmd): Set file to mode 755 by default (should also do default
/dports/lang/gcc6-aux/gcc-6-20180516/
H A DChangeLog14266 * install-sh (chmodcmd): Set to null if the DST directory already
14770 * install.sh (chmodcmd): Set to null if the DST directory already
17546 (chmodcmd): Set file to mode 755 by default (should also do default
/dports/net/opennx/opennx-0.16/packaging/win32/nx/patches/
H A Dnxesd-win32.patch65166 -chmodcmd="$chmodprog 0755"
65170 +chmodcmd=$chmodprog
65254 - -m) chmodcmd="$chmodprog $2"
65371 - chmodcmd=
65605 - && { test -z "$chmodcmd" || $doit $chmodcmd "$dst"; }
65614 + test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1
65647 - && { test -z "$chmodcmd" || $doit $chmodcmd "$dsttmp"; } &&
65651 + { test -z "$chmodcmd" || $doit $chmodcmd $mode "$dsttmp"; } &&
H A Dnxcomp-win32.patch5829 +chmodcmd=$chmodprog
6183 + test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1
6205 + { test -z "$chmodcmd" || $doit $chmodcmd $mode "$dsttmp"; } &&

1...<<221222223224225