Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 234201 Details for
Bug 321837
New ebuild media-libs/libspotify-0.0.4
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
makefile-destdir.patch
makefile-destdir.patch (text/plain), 1.52 KB, created by
Jesús P Rey (Chuso)
on 2010-06-05 14:42:00 UTC
(
hide
)
Description:
makefile-destdir.patch
Filename:
MIME Type:
Creator:
Jesús P Rey (Chuso)
Created:
2010-06-05 14:42:00 UTC
Size:
1.52 KB
patch
obsolete
>--- Makefile 2010-06-05 16:02:25.506274400 +0200 >+++ Makefile 2010-06-05 16:01:43.535274508 +0200 >@@ -4,22 +4,22 @@ > $(error "Usage: make [prefix=/install/me/here] install | uninstall") > > install: >- mkdir -p $(prefix)/include/libspotify >- install include/libspotify/api.h $(prefix)/include/libspotify >+ mkdir -p ${DESTDIR}$(prefix)/include/libspotify >+ install include/libspotify/api.h ${DESTDIR}$(prefix)/include/libspotify > >- mkdir -p $(prefix)/lib >+ mkdir -p ${DESTDIR}$(prefix)/lib > install lib/libspotify.so.4.0.400076 \ >- $(prefix)/lib >- cd $(prefix)/lib && ln -sf libspotify.so.4.0.400076 libspotify.so.4 && ln -sf libspotify.so.4.0.400076 libspotify.so >+ ${DESTDIR}$(prefix)/lib >+ cd ${DESTDIR}$(prefix)/lib && ln -sf libspotify.so.4.0.400076 libspotify.so.4 && ln -sf libspotify.so.4.0.400076 libspotify.so > >- mkdir -p $(prefix)/lib/pkgconfig >+ mkdir -p ${DESTDIR}$(prefix)/lib/pkgconfig > sed -e s:@pkg_prefix@:$(prefix):g \ > <lib/pkgconfig/libspotify.pc.in \ >- >$(prefix)/lib/pkgconfig/libspotify.pc >+ >${DESTDIR}$(prefix)/lib/pkgconfig/libspotify.pc > > uninstall: >- rm -rf $(prefix)/include/libspotify >- rm -f $(prefix)/lib/libspotify.so.4.0.400076 >- rm -f $(prefix)/lib/libspotify.so.4 >- rm -f $(prefix)/lib/libspotify.so >- rm -f $(prefix)/lib/pkgconfig/libspotify.pc >+ rm -rf ${DESTDIR}$(prefix)/include/libspotify >+ rm -f ${DESTDIR}$(prefix)/lib/libspotify.so.4.0.400076 >+ rm -f ${DESTDIR}$(prefix)/lib/libspotify.so.4 >+ rm -f ${DESTDIR}$(prefix)/lib/libspotify.so >+ rm -f ${DESTDIR}$(prefix)/lib/pkgconfig/libspotify.pc
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 321837
:
233279
|
234197
|
234199
| 234201 |
334956