wmaloader (0.1-5) Makefile

Summary

 Makefile |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

    
download this patch

Patch contents

--- wmaloader-0.1.orig/Makefile
+++ wmaloader-0.1/Makefile
@@ -17,13 +17,13 @@
 
 
 # Where to install binary
-DEST=/usr/local/bin
+DEST=/usr/sbin
 
 # Path to uPnP include files
-UPNP_INC=/usr/local/upnp
+UPNP_INC=/usr/include/upnp
 
 # Path to uPnP libraries
-UPNP_LIBS=/usr/local/lib/upnp
+UPNP_LIBS=/usr/lib
 
 CC=gcc
 LDFLAGS=-lixml -lupnp -lthreadutil -L$(UPNP_LIBS)