Changeset 2571:f7682f8a74be in roaraudio for plugins/audacious/Makefile


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/audacious/Makefile

    r2383 r2571  
    1818 
    1919install: libroar.so 
    20         cp libroar.so ${INSTALL_DIR}/ 
     20        cp libroar.so ${DESTDIR}${INSTALL_DIR}/ 
    2121semi-install: libroar.so 
    22         ln -fs `pwd`/libroar.so ${INSTALL_DIR}/ 
     22        ln -fs `pwd`/libroar.so ${DESTDIR}${INSTALL_DIR}/ 
    2323 
    2424libroar.so: $(OBJ) 
Note: See TracChangeset for help on using the changeset viewer.