unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
blob 855ce5913186ee5e4b03120ad87d67d700b89391 591 bytes (raw)
name: gnu/packages/patches/bsd-games-prevent-name-collisions.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
 
There is already a "fish" shell.
diff -ur bsd-games-2.17.orig/fish/Makefrag bsd-games-2.17/fish/Makefrag
--- bsd-games-2.17.orig/fish/Makefrag	1970-01-01 07:00:01.000000000 +0700
+++ bsd-games-2.17/fish/Makefrag	2020-08-06 19:18:43.204492847 +0700
@@ -31,7 +31,7 @@
 fish_all:	fish/fish fish/fish.instr fish/fish.6

 fish_install:	fish_all
-	$(INSTALL_BINARY) fish/fish $(INSTALL_PREFIX)$(GAMESDIR)/fish
+	$(INSTALL_BINARY) fish/fish $(INSTALL_PREFIX)$(GAMESDIR)/fish-game
	$(HIDE_GAME) fish
	$(INSTALL_DATA) fish/fish.instr $(INSTALL_PREFIX)$(FISH_INSTRFILE)
	$(INSTALL_MANUAL) fish/fish.6

debug log:

solving 855ce59131 ...
found 855ce59131 in https://git.savannah.gnu.org/cgit/guix.git

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).