Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 307347 Details for
Bug 372029
new ebuilds: games-strategy/openra games-strategy/openra-bin
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
openra-0_pre20120304-makefile.patch
openra-0_pre20120304-makefile.patch (text/plain), 1.39 KB, created by
Julian Ospald
on 2012-04-01 00:26:12 UTC
(
hide
)
Description:
openra-0_pre20120304-makefile.patch
Filename:
MIME Type:
Creator:
Julian Ospald
Created:
2012-04-01 00:26:12 UTC
Size:
1.39 KB
patch
obsolete
>From: hasufell <julian.ospald@googlemail.com> >Date: Sat Mar 31 21:32:07 CEST 2012 >Subject: paths and install rules > >fix non-modifable paths and broken install-rules > >--- Makefile >+++ Makefile >@@ -180,10 +180,10 @@ > # > # Install / Uninstall for *nix > # >-prefix = /usr/local >-datarootdir = $(prefix)/share >-datadir = $(datarootdir) >-bindir = $(prefix)/bin >+prefix ?= /usr/local >+datarootdir ?= $(prefix)/share >+datadir ?= $(datarootdir) >+bindir ?= $(prefix)/bin > BIN_INSTALL_DIR = $(DESTDIR)$(bindir) > INSTALL_DIR = $(DESTDIR)$(datadir)/openra > INSTALL = install >@@ -219,15 +219,20 @@ > @cp -r glsl $(INSTALL_DIR) > @cp -r cg $(INSTALL_DIR) > @cp *.ttf $(INSTALL_DIR) >- @cp --parents -r thirdparty/Tao $(INSTALL_DIR) >+ @cp thirdparty/Tao/* $(INSTALL_DIR) > @$(INSTALL_PROGRAM) thirdparty/ICSharpCode.SharpZipLib.dll $(INSTALL_DIR) > > @echo "#!/bin/sh" > openra > @echo "cd "$(datadir)"/openra" >> openra >- @echo "mono "$(datadir)"/openra/OpenRA.Game.exe \"$$""@\"" >> openra >+ @echo "exec mono "$(datadir)"/openra/OpenRA.Game.exe \"$$""@\"" >> openra >+ >+ @echo "#!/bin/sh" > openra-editor >+ @echo "cd "$(datadir)"/openra" >> openra-editor >+ @echo "exec mono "$(datadir)"/openra/OpenRA.Editor.exe \"$$""@\"" >> openra-editor > > @$(INSTALL_PROGRAM) -d $(BIN_INSTALL_DIR) > @$(INSTALL_PROGRAM) -m +rx openra $(BIN_INSTALL_DIR) >+ @$(INSTALL_PROGRAM) -m +rx openra-editor $(BIN_INSTALL_DIR) > > uninstall: > @-rm -r $(INSTALL_DIR)
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 372029
:
307337
|
307339
|
307341
|
307343
|
307345
|
307347
|
307445
|
307447
|
307449