Ticket #18758: patch-clients-despotify-local.mk.diff
File patch-clients-despotify-local.mk.diff, 527 bytes (added by mail@…, 16 years ago) |
---|
-
clients/despotify/local.mk
old new 36 36 rm -f $(DESPOTIFY_OBJS) Makefile.dep 37 37 38 38 install: despotify 39 @echo "Copying despotify binary to /usr/bin/despotify"40 $(LT) --mode=install install despotify /usr/bin/despotify39 @echo "Copying despotify binary to @DESTROOT@@PREFIX@/bin/despotify" 40 $(LT) --mode=install install despotify @DESTROOT@@PREFIX@/bin/despotify 41 41 42 42 uninstall: 43 43 @echo "Removing despotify..."