Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 157765 Details for
Bug 228563
Ebuild for C-INTERCAL
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
c_intercal-28.0.28-fix-install-info.patch
c_intercal-28.0.28-fix-install-info.patch (text/plain), 1.66 KB, created by
Arvid Norlander
on 2008-06-20 15:27:23 UTC
(
hide
)
Description:
c_intercal-28.0.28-fix-install-info.patch
Filename:
MIME Type:
Creator:
Arvid Norlander
Created:
2008-06-20 15:27:23 UTC
Size:
1.66 KB
patch
obsolete
>diff -Naur ick-0.28.orig/Makefile.in ick-0.28/Makefile.in >--- ick-0.28.orig/Makefile.in 2008-06-20 01:22:30.000000000 +0200 >+++ ick-0.28/Makefile.in 2008-06-20 01:26:01.000000000 +0200 >@@ -261,15 +261,13 @@ > -gzip -9 -f $(DESTDIR)$(infodir)/ick.in* > -gzip -9 -f $(DESTDIR)$(mandir)/man1/ick.1 > -gzip -9 -f $(DESTDIR)$(mandir)/man1/convickt.1 >- sh -c "@MANDB@ -q" >- sh -c "(test -f $(DESTDIR)$(infodir)/ick.info.gz && @INSTALLINFO@ --quiet --dir-file=$(infodirfile) $(DESTDIR)$(infodir)/ick.info.gz) || true" >- sh -c "(test -f $(DESTDIR)$(infodir)/ick.igz && @INSTALLINFO@ --quiet --dir-file=$(infodirfile) $(DESTDIR)$(infodir)/ick.igz) || true" >+ sh -c "(test -f $(DESTDIR)$(infodir)/ick.info.gz && @INSTALLINFO@ --quiet $(DESTDIR)$(infodir)/ick.info.gz) || true" >+ sh -c "(test -f $(DESTDIR)$(infodir)/ick.igz && @INSTALLINFO@ --quiet $(DESTDIR)$(infodir)/ick.igz) || true" > > # install without gzipping the docs > install-nozip: install-common >- sh -c "@MANDB@ -q" >- sh -c "(test -f $(DESTDIR)$(infodir)/ick.info && @INSTALLINFO@ --quiet --dir-file=$(infodirfile) $(DESTDIR)$(infodir)/ick.info) || true" >- sh -c "(test -f $(DESTDIR)$(infodir)/ick.inf && @INSTALLINFO@ --quiet --dir-file=$(infodirfile) $(DESTDIR)$(infodir)/ick.inf) || true" >+ sh -c "(test -f $(DESTDIR)$(infodir)/ick.info && @INSTALLINFO@ --quiet $(DESTDIR)$(infodir)/ick.info) || true" >+ sh -c "(test -f $(DESTDIR)$(infodir)/ick.inf && @INSTALLINFO@ --quiet $(DESTDIR)$(infodir)/ick.inf) || true" > > > uninstall: >@@ -281,7 +279,6 @@ > rm -f $(DESTDIR)$(mandir)/man1/ick.1* > rm -f $(DESTDIR)$(mandir)/man1/convickt.1* > rm -fr $(DESTDIR)$(incdir) $(DESTDIR)$(datadir) >- sh -c "@MANDB@ -q" > > TAGS: $(SOURCES) > etags $(SOURCES)
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 228563
:
157761
|
157763
| 157765 |
157803
|
167541