Changeset a223b6b for barnowl-wrapper.in


Ignore:
Timestamp:
Apr 19, 2013, 3:22:54 AM (11 years ago)
Author:
Anders Kaseorg <andersk@mit.edu>
Branches:
master, release-1.10
Children:
499224d
Parents:
487cc2b
git-author:
Anders Kaseorg <andersk@mit.edu> (04/09/13 19:40:28)
git-committer:
Anders Kaseorg <andersk@mit.edu> (04/19/13 03:22:54)
Message:
Build bin/{barnowl,tester} instead of {barnowl,tester}.bin

This lets us get rid of some silly install and uninstall hooks.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
File:
1 edited

Legend:

Unmodified
Added
Removed
  • barnowl-wrapper.in

    r1dba5bd ra223b6b  
    11#!/bin/sh
    22# This is a wrapper script to point BARNOWL_DATA_DIR at the source dir
    3 # if we're running from a build tree. barnowl.bin is the actual built
     3# if we're running from a build tree. bin/barnowl is the actual built
    44# binary.
    55
    6 EXE="$0.bin"
     6EXE="@abs_builddir@/bin/$(basename "$0")"
    77
    88if test ! -x "$EXE"; then
Note: See TracChangeset for help on using the changeset viewer.