Ignore:
Timestamp:
Apr 11, 2009, 6:11:04 PM (15 years ago)
Author:
Nelson Elhage <nelhage@mit.edu>
Branches:
master, debian, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
f9f065a
Parents:
5c81472
Message:
Add usage and clean up the build script a lot.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • scripts/locker-update

    r5c81472 r56e4869  
    11#!/bin/bash
    22NEWVERSION="$1"
     3
     4# Run this as 'locker-update NEW-VERSION' to upgrade the barnowl.real
     5# symlink in all arch/ directories to point to the new version.
    36
    47if [ -z "$NEWVERSION" ]; then
     
    1922                echo "New version $NEWVERSION not built for arch $i...";
    2023            else
     24                # Sanity -- make sure the 'barnowl' symlink is correct.
    2125                ln -sf "../../common/bin/barnowl" "$i/bin/barnowl"
    2226                ln -sf "$NEWVERSION" "$i/bin/barnowl.real"
Note: See TracChangeset for help on using the changeset viewer.