Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 78020 Details for
Bug 120211
gsnes9x-3.12 fails with sandbox violation
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
gsnes9x-3.12-sandbox.patch
gsnes9x-3.12-sandbox.patch (text/plain), 2.81 KB, created by
Tupone Alfredo
on 2006-01-24 12:05:37 UTC
(
hide
)
Description:
gsnes9x-3.12-sandbox.patch
Filename:
MIME Type:
Creator:
Tupone Alfredo
Created:
2006-01-24 12:05:37 UTC
Size:
2.81 KB
patch
obsolete
>--- po/Makefile.in.in.old 2006-01-24 20:45:58.000000000 +0100 >+++ po/Makefile.in.in 2006-01-24 20:53:45.000000000 +0100 >@@ -24,6 +24,8 @@ > gettextsrcdir = $(prefix)/share/gettext/po > subdir = po > >+DESTDIR = >+ > INSTALL = @INSTALL@ > INSTALL_DATA = @INSTALL_DATA@ > MKINSTALLDIRS = $(top_srcdir)/@MKINSTALLDIRS@ >@@ -111,9 +113,9 @@ > 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 \ >@@ -125,27 +127,27 @@ > lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \ > dir=$$destdir/$$lang/LC_MESSAGES; \ > if test -r "$(MKINSTALLDIRS)"; then \ >- $(MKINSTALLDIRS) $$dir; \ >+ $(MKINSTALLDIRS) $(DESTDIR)$$dir; \ > else \ >- $(SHELL) $(top_srcdir)/mkinstalldirs $$dir; \ >+ $(SHELL) $(top_srcdir)/mkinstalldirs $(DESTDIR)$$dir; \ > fi; \ > if test -r $$cat; then \ >- $(INSTALL_DATA) $$cat $$dir/$(PACKAGE)$(INSTOBJEXT); \ >- echo "installing $$cat as $$dir/$(PACKAGE)$(INSTOBJEXT)"; \ >+ $(INSTALL_DATA) $$cat $(DESTDIR)$$dir/$(PACKAGE)$(INSTOBJEXT); \ >+ echo "installing $$cat as $(DESTDIR)$$dir/$(PACKAGE)$(INSTOBJEXT)"; \ > else \ >- $(INSTALL_DATA) $(srcdir)/$$cat $$dir/$(PACKAGE)$(INSTOBJEXT); \ >+ $(INSTALL_DATA) $(srcdir)/$$cat $(DESTDIR)$$dir/$(PACKAGE)$(INSTOBJEXT); \ > echo "installing $(srcdir)/$$cat as" \ >- "$$dir/$(PACKAGE)$(INSTOBJEXT)"; \ >+ "$(DESTDIR)$$dir/$(PACKAGE)$(INSTOBJEXT)"; \ > fi; \ > if test -r $$cat.m; then \ >- $(INSTALL_DATA) $$cat.m $$dir/$(PACKAGE)$(INSTOBJEXT).m; \ >- echo "installing $$cat.m as $$dir/$(PACKAGE)$(INSTOBJEXT).m"; \ >+ $(INSTALL_DATA) $$cat.m $(DESTDIR)$$dir/$(PACKAGE)$(INSTOBJEXT).m; \ >+ echo "installing $$cat.m as $(DESTDIR)$$dir/$(PACKAGE)$(INSTOBJEXT).m"; \ > else \ > if test -r $(srcdir)/$$cat.m ; then \ > $(INSTALL_DATA) $(srcdir)/$$cat.m \ >- $$dir/$(PACKAGE)$(INSTOBJEXT).m; \ >+ $(DESTDIR)$$dir/$(PACKAGE)$(INSTOBJEXT).m; \ > echo "installing $(srcdir)/$$cat as" \ >- "$$dir/$(PACKAGE)$(INSTOBJEXT).m"; \ >+ "$(DESTDIR)$$dir/$(PACKAGE)$(INSTOBJEXT).m"; \ > else \ > true; \ > fi; \ >@@ -153,12 +155,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
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 120211
: 78020 |
78021