Home | History | Annotate | Download | only in build

Lines Matching refs:bin

0 #!/bin/bash -e
117 # /usr/local/gold/bin/ld without requiring him to set environment
119 echo "Installing gold as /usr/bin/ld."
120 echo "To uninstall, do 'cd /usr/bin; sudo rm ld; sudo mv ld.orig ld'"
121 test -f /usr/bin/ld && test ! -f /usr/bin/ld.orig && \
122 sudo mv /usr/bin/ld /usr/bin/ld.orig
123 sudo strip /usr/local/gold/bin/ld
124 sudo ln -fs /usr/local/gold/bin/ld /usr/bin/ld.gold
125 sudo ln -fs /usr/bin/ld.gold /usr/bin/ld
193 # apache2.2-bin package was introduced in karmic.
197 dev_list="${dev_list} apache2.2-bin"
323 # FIXME: avoid installing as /usr/bin/ld
410 xargs -n 1 -I FILE /bin/sh -c \
436 -e "/\/lib64\//d" -e "/\/.?bin\//d" \
445 { echo "#!/bin/sh"; echo "[ \"x\$1\" = xconfigure ]&&ldconfig||:"; } \
447 { echo "#!/bin/sh"; echo "[ \"x\$1\" = xremove ]&&ldconfig||:"; } \
462 find dpkg -name lib64 -o -name bin -o -name "?bin" |