Changeset 1694:d29a1e29f07a in roaraudio for plugins/audacious


Ignore:
Timestamp:
05/13/09 19:31:37 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

test for output plugin dir

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/audacious/configure

    r1692 r1694  
    8787if [ "$INSTALL_DIR" = '' ] 
    8888then 
    89  INSTALL_DIR="." 
     89 INSTALL_DIR="`pkg-config --variable=output_plugin_dir audacious 2> /dev/null`" 
    9090 
    9191 if [ "$INSTALL_DIR" = '' ] 
Note: See TracChangeset for help on using the changeset viewer.