unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
blob 9a153f5357b93aff13a03312a7dfd53f1ded5df1 1291 bytes (raw)
name: gnu/packages/patches/bsd-games.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
 
commit 5a7ed4b23b20b239b0788b2cefe1d2819c80aa1a
Author: TwoFinger <Two-Finger@users.noreply.github.com>
Date:   Sat Jan 21 14:22:30 2017 +0200

    No chgrp /var/lib/bsdgames

diff --git a/Config.mk.in b/Config.mk.in
index fbdae93..851421a 100644
--- a/Config.mk.in
+++ b/Config.mk.in
@@ -13,7 +13,7 @@ INSTALL		:= @INSTALL@
 
 INSTALLEXE	:= ${INSTALL} -D -p -m 755 -s
 INSTALLDATA	:= ${INSTALL} -D -p -m 644
-INSTALLSCORE	:= ${INSTALL} -D -p -m 664 -g users
+INSTALLSCORE	:= ${INSTALL} -D -p -m 664
 RMPATH		:= rmdir -p --ignore-fail-on-non-empty
 
 ################ Destination #########################################
@@ -21,7 +21,7 @@ RMPATH		:= rmdir -p --ignore-fail-on-non-empty
 prefix		:= @prefix@
 BINDIR		:= @bindir@
 MANDIR		:= @mandir@
-STATEDIR	:= @localstatedir@/${NAME}
+STATEDIR	:= @localstatedir@/lib/${NAME}
 DATADIR		:= @datadir@/${NAME}
 
 WORDLIST	:= @wordlist@
diff --git a/hack/Module.mk b/hack/Module.mk
index 971bcf1..4ab0eb6 100644
--- a/hack/Module.mk
+++ b/hack/Module.mk
@@ -51,7 +51,6 @@ ${hack/SCOREI}:	${STATEDIR}/hack
 ${STATEDIR}/hack:
 	@echo "Creating hack dir and score files ..."
 	@mkdir -m 755 ${STATEDIR}/hack
-	@chgrp users ${STATEDIR}/hack
 	@${INSTALLSCORE} /dev/null ${STATEDIR}/hack/perm
 	@${INSTALLSCORE} /dev/null ${STATEDIR}/hack/record
 

debug log:

solving 9a153f535 ...
found 9a153f535 in https://yhetil.org/guix-devel/20170121163636.jyieflzslmyrtrmw@gmail.com/

applying [1/1] https://yhetil.org/guix-devel/20170121163636.jyieflzslmyrtrmw@gmail.com/
diff --git a/gnu/packages/patches/bsd-games.patch b/gnu/packages/patches/bsd-games.patch
new file mode 100644
index 000000000..9a153f535

1:18: trailing whitespace.
 
1:24: trailing whitespace.
 
1:33: trailing whitespace.
 
1:41: space before tab in indent.
 	@echo "Creating hack dir and score files ..."
1:42: space before tab in indent.
 	@mkdir -m 755 ${STATEDIR}/hack
Checking patch gnu/packages/patches/bsd-games.patch...
Applied patch gnu/packages/patches/bsd-games.patch cleanly.
warning: squelched 4 whitespace errors
warning: 9 lines add whitespace errors.

index at:
100644 9a153f5357b93aff13a03312a7dfd53f1ded5df1	gnu/packages/patches/bsd-games.patch

(*) 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).