--- mp3rename-0.6.orig/Makefile
+++ mp3rename-0.6/Makefile
@@ -2,6 +2,7 @@
 SRCS =  mp3rename.c 
 OBJS =  mp3rename.o 
 RM = /bin/rm
+INSTALL = /usr/bin/install
 
 all: mp3rename
 
@@ -12,6 +13,4 @@
 	$(RM) -f $(OBJS) $(PROG) *~ *core
 
 install:
-	$(INSTALL) -c mp3rename $(PREFIX)/bin/mp3rename
-	$(INSTALL) -c mp3rename.1.gz $(PREFIX)/man/man1/
-    
\ No newline at end of file
+	$(INSTALL) -D mp3rename $(PREFIX)/usr/bin/mp3rename
