Changeset 2571:f7682f8a74be in roaraudio for plugins/ao


Ignore:
Timestamp:
09/05/09 18:43:01 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

patches to use $DESTDIR in makefiles

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/ao/Makefile

    r2383 r2571  
    1717 
    1818install: libroar.so 
    19         cp libroar.so ${INSTALL_DIR} 
     19        cp libroar.so ${DESTDIR}${INSTALL_DIR} 
    2020semi-install: libroar.so 
    21         ln -fs `pwd`/libroar.so ${INSTALL_DIR} 
     21        ln -fs `pwd`/libroar.so ${DESTDIR}${INSTALL_DIR} 
    2222 
    2323libroar.so: $(OBJ) 
Note: See TracChangeset for help on using the changeset viewer.