Search
j0ke.net Open Build Service
>
Projects
>
server:mail
>
ripmime
> ripmime-prefix.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File ripmime-prefix.patch of Package ripmime (Revision 5)
Currently displaying revision
5
,
show latest
--- Makefile.orig 2010-12-13 21:59:47.887816702 +0100 +++ Makefile 2010-12-13 22:11:30.016357365 +0100 @@ -3,7 +3,7 @@ # # 0.1.13: Added -I. -LOCATION=/usr/local +LOCATION=/usr VERSION=0.1.14 # VERSION changes #--------------------- @@ -73,8 +73,8 @@ install: ${OBJ} strip ripmime - cp ripmime ${LOCATION}/bin/ - cp ripmime.1 ${LOCATION}/man/man1 + cp ripmime $(DESTDIR)${LOCATION}/bin/ + cp ripmime.1 $(DESTDIR)${LOCATION}/share/man/man1 ffget_test: ffget_mmap_test.c ffget_mmap.[ch] logger.o ffget_mmap.o ${CC} ${CFLAGS} ffget_mmap_test.c logger.o ffget_mmap.o -o ffgt