Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 96219 Details for
Bug 144001
dev-perl/PerlQt-3.009_beta2 installs in ${D}/${D}
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
fixes problem with ${D}/${D} install
qa_fix.patch (text/plain), 1.74 KB, created by
Jörn Valentin
on 2006-09-06 15:22:02 UTC
(
hide
)
Description:
fixes problem with ${D}/${D} install
Filename:
MIME Type:
Creator:
Jörn Valentin
Created:
2006-09-06 15:22:02 UTC
Size:
1.74 KB
patch
obsolete
>--- PerlQt-3.009/smoke/Makefile.in 2006-09-06 23:54:48.000000000 +0200 >+++ PerlQt-3.009/smoke/Makefile.in 2006-09-06 23:56:05.000000000 +0200 >@@ -329,12 +329,12 @@ > uninstall-info-am: > install-includeHEADERS: $(include_HEADERS) > @$(NORMAL_INSTALL) >- test -z "$(includedir)" || $(mkdir_p) "$(DESTDIR)$(includedir)" >+ test -z "$(includedir)" || $(mkdir_p) "$(includedir)" > @list='$(include_HEADERS)'; for p in $$list; do \ > if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ > f=$(am__strip_dir) \ >- echo " $(includeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(includedir)/$$f'"; \ >- $(includeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(includedir)/$$f"; \ >+ echo " $(includeHEADERS_INSTALL) '$$d$$p' '$(includedir)/$$f'"; \ >+ $(includeHEADERS_INSTALL) "$$d$$p" "$(includedir)/$$f"; \ > done > > uninstall-includeHEADERS: >--- PerlQt-3.009/puic/Makefile.in 2006-09-06 23:49:31.000000000 +0200 >+++ PerlQt-3.009/puic/Makefile.in 2006-09-06 23:51:07.000000000 +0200 >@@ -426,7 +426,7 @@ > uninstall-info-am: > install-man1: $(man1_MANS) $(man_MANS) > @$(NORMAL_INSTALL) >- test -z "$(man1dir)" || $(mkdir_p) "$(DESTDIR)$(man1dir)" >+ test -z "$(man1dir)" || $(mkdir_p) "$(man1dir)" > @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \ > l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \ > for i in $$l2; do \ >@@ -445,8 +445,8 @@ > inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ > inst=`echo $$inst | sed -e 's/^.*\///'`; \ > inst=`echo $$inst | sed '$(transform)'`.$$ext; \ >- echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \ >- $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst"; \ >+ echo " $(INSTALL_DATA) '$$file' ')$(man1dir)/$$inst'"; \ >+ $(INSTALL_DATA) "$$file" "$(man1dir)/$$inst"; \ > done > uninstall-man1: > @$(NORMAL_UNINSTALL)
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 144001
: 96219 |
125028
|
139979
|
139981
|
139982
|
140191
|
140192