~ubuntu-branches/ubuntu/saucy/golang/saucy

« back to all changes in this revision

Viewing changes to misc/dist/darwin/scripts/postinstall

  • Committer: Package Import Robot
  • Author(s): Adam Conrad
  • Date: 2013-07-08 05:52:37 UTC
  • mfrom: (29.1.1 sid)
  • Revision ID: package-import@ubuntu.com-20130708055237-at01839e0hp8z3ni
Tags: 2:1.1-1ubuntu1
016-armhf-elf-header.patch: Use correct ELF header for armhf binaries.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
find . -type d -exec chmod ugo+rx \{\} \;
10
10
chmod o-w .
11
11
 
12
 
echo "Fixing debuggers via sudo.bash"
13
 
# setgrp procmod the debuggers (sudo.bash)
14
 
cd $GOROOT/src
15
 
./sudo.bash
16
 
 
17
12
echo "Installing miscellaneous files:"
18
13
XCODE_MISC_DIR="/Library/Application Support/Developer/Shared/Xcode/Specifications/"
19
 
if [ -f $XCODE_MISC_DIR ]; then
 
14
if [ -d "$XCODE_MISC_DIR" ]; then
20
15
        echo "  XCode"
21
16
        cp $GOROOT/misc/xcode/* $XCODE_MISC_DIR
22
17
fi