Ticket #18758: patch-clients-despotify-local.mk.diff

File patch-clients-despotify-local.mk.diff, 527 bytes (added by mail@…, 15 years ago)
  • clients/despotify/local.mk

    old new  
    3636        rm -f $(DESPOTIFY_OBJS) Makefile.dep
    3737
    3838install: despotify
    39         @echo "Copying despotify binary to /usr/bin/despotify"
    40         $(LT) --mode=install install despotify /usr/bin/despotify
     39        @echo "Copying despotify binary to @DESTROOT@@PREFIX@/bin/despotify"
     40        $(LT) --mode=install install despotify @DESTROOT@@PREFIX@/bin/despotify
    4141
    4242uninstall:
    4343        @echo "Removing despotify..."