Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 56665 Details for
Bug 89663
media-libs/libirman-0.4.4 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
destination dir patch for libirman 0.4.3
libirman-0.4.3-destdir.patch (text/plain), 1.78 KB, created by
Olliver Schinagl
on 2005-04-19 07:41:19 UTC
(
hide
)
Description:
destination dir patch for libirman 0.4.3
Filename:
MIME Type:
Creator:
Olliver Schinagl
Created:
2005-04-19 07:41:19 UTC
Size:
1.78 KB
patch
obsolete
>diff -Naur libirman-0.4.3.orig/Makefile.in libirman-0.4.3/Makefile.in >--- libirman-0.4.3.orig/Makefile.in 2005-04-19 00:53:14.000000000 +0200 >+++ libirman-0.4.3/Makefile.in 2005-04-19 00:53:57.000000000 +0200 >@@ -112,23 +112,23 @@ > @echo notice: the test programs are only installed in the current directory \(`pwd`\) > > install-dirs: >- $(top_srcdir)/mkinstalldirs $(libdir) >- $(top_srcdir)/mkinstalldirs $(bindir) >- $(top_srcdir)/mkinstalldirs $(sbindir) >- $(top_srcdir)/mkinstalldirs $(includedir) >- $(top_srcdir)/mkinstalldirs $(sysconfdir) >+ $(top_srcdir)/mkinstalldirs $(DESTDIR)$(libdir) >+ $(top_srcdir)/mkinstalldirs $(DESTDIR)$(bindir) >+ $(top_srcdir)/mkinstalldirs $(DESTDIR)$(sbindir) >+ $(top_srcdir)/mkinstalldirs $(DESTDIR)$(includedir) >+ $(top_srcdir)/mkinstalldirs $(DESTDIR)$(sysconfdir) > > install-normal: >- $(INSTALL) -m 755 workmanir $(bindir)/workmanir >- $(INSTALL) -m 755 libirman.a $(libdir)/libirman.a >- $(INSTALL) -m 755 libirman.so $(libdir)/libirman.so >- $(INSTALL) -m 644 irman.conf $(sysconfdir)/irman.conf >- $(INSTALL) -m 644 irman.h $(includedir)/irman.h >+ $(INSTALL) -m 755 workmanir $(DESTDIR)$(bindir)/workmanir >+ $(INSTALL) -m 755 libirman.a $(DESTDIR)$(libdir)/libirman.a >+ $(INSTALL) -m 755 libirman.so $(DESTDIR)$(libdir)/libirman.so >+ $(INSTALL) -m 644 irman.conf $(DESTDIR)$(sysconfdir)/irman.conf >+ $(INSTALL) -m 644 irman.h $(DESTDIR)$(includedir)/irman.h > > install-swtest: >- $(INSTALL) -m 755 workmanir $(bindir)/workmanir >- $(INSTALL) -m 755 libirman_sw.a $(libdir)/libirman_sw.a >- $(INSTALL) -m 755 libirman_sw.so $(libdir)/libirman_sw.so >+ $(INSTALL) -m 755 workmanir $(DESTDIR)$(bindir)/workmanir >+ $(INSTALL) -m 755 libirman_sw.a $(DESTDIR)$(libdir)/libirman_sw.a >+ $(INSTALL) -m 755 libirman_sw.so $(DESTDIR)$(libdir)/libirman_sw.so > > uninstall: > $(RM) $(bindir)/workmanir
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 89663
:
56664
| 56665 |
97431
|
97432