Ignore:
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.