Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 85684 Details for
Bug 131597
games-board/daemonshogi raise sandbox violation
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
daemonshogi-0.1.3-sandbox.patch
daemonshogi-0.1.3-sandbox.patch (text/plain), 2.12 KB, created by
Tupone Alfredo
on 2006-04-28 12:26:43 UTC
(
hide
)
Description:
daemonshogi-0.1.3-sandbox.patch
Filename:
MIME Type:
Creator:
Tupone Alfredo
Created:
2006-04-28 12:26:43 UTC
Size:
2.12 KB
patch
obsolete
>--- po/Makefile.in.in 2002-09-04 07:32:04.000000000 +0200 >+++ /home/Tupone/Desktop/Makefile.in.in 2006-04-28 21:15:02.000000000 +0200 >@@ -111,16 +111,16 @@ > install-data-no: all > install-data-yes: all > if test -r "$(MKINSTALLDIRS)"; then \ >- $(MKINSTALLDIRS) $(datadir); \ >+ $(MKINSTALLDIRS) $(DESTDIR)$(datadir); \ > else \ >- $(SHELL) $(top_srcdir)/mkinstalldirs $(datadir); \ >+ $(SHELL) $(top_srcdir)/mkinstalldirs $(DESTDIR)$(datadir); \ > fi > @catalogs='$(CATALOGS)'; \ > for cat in $$catalogs; do \ > cat=`basename $$cat`; \ > case "$$cat" in \ >- *.gmo) destdir=$(gnulocaledir);; \ >- *) destdir=$(localedir);; \ >+ *.gmo) destdir=$(DESTDIR)$(gnulocaledir);; \ >+ *) destdir=$(DESTDIR)$(localedir);; \ > esac; \ > lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \ > dir=$$destdir/$$lang/LC_MESSAGES; \ >@@ -153,12 +153,12 @@ > done > if test "$(PACKAGE)" = "gettext"; then \ > if test -r "$(MKINSTALLDIRS)"; then \ >- $(MKINSTALLDIRS) $(gettextsrcdir); \ >+ $(MKINSTALLDIRS) $(DESTDIR)$(gettextsrcdir); \ > else \ >- $(SHELL) $(top_srcdir)/mkinstalldirs $(gettextsrcdir); \ >+ $(SHELL) $(top_srcdir)/mkinstalldirs $(DESTDIR)$(gettextsrcdir); \ > fi; \ > $(INSTALL_DATA) $(srcdir)/Makefile.in.in \ >- $(gettextsrcdir)/Makefile.in.in; \ >+ $(DESTDIR)$(gettextsrcdir)/Makefile.in.in; \ > else \ > : ; \ > fi >@@ -171,10 +171,10 @@ > for cat in $$catalogs; do \ > cat=`basename $$cat`; \ > lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \ >- rm -f $(localedir)/$$lang/LC_MESSAGES/$(PACKAGE)$(INSTOBJEXT); \ >- rm -f $(localedir)/$$lang/LC_MESSAGES/$(PACKAGE)$(INSTOBJEXT).m; \ >- rm -f $(gnulocaledir)/$$lang/LC_MESSAGES/$(PACKAGE)$(INSTOBJEXT); \ >- rm -f $(gnulocaledir)/$$lang/LC_MESSAGES/$(PACKAGE)$(INSTOBJEXT).m; \ >+ rm -f $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(PACKAGE)$(INSTOBJEXT); \ >+ rm -f $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(PACKAGE)$(INSTOBJEXT).m; \ >+ rm -f $(DESTDIR)$(gnulocaledir)/$$lang/LC_MESSAGES/$(PACKAGE)$(INSTOBJEXT); \ >+ rm -f $(DESTDIR)$(gnulocaledir)/$$lang/LC_MESSAGES/$(PACKAGE)$(INSTOBJEXT).m; \ > done > rm -f $(gettextsrcdir)/po-Makefile.in.in >
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 131597
:
85683
| 85684