projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3fda85d
)
sys-apps/guix: add a reference to 'touch' hack
author
Sergei Trofimovich
<slyfox@gentoo.org>
Thu, 7 Nov 2019 23:37:36 +0000
(23:37 +0000)
committer
Sergei Trofimovich
<slyfox@gentoo.org>
Thu, 7 Nov 2019 23:39:08 +0000
(23:39 +0000)
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
sys-apps/guix/guix-1.0.1.ebuild
patch
|
blob
|
history
diff --git
a/sys-apps/guix/guix-1.0.1.ebuild
b/sys-apps/guix/guix-1.0.1.ebuild
index cb8689ab8712d1517912806c7e5d24aacb5bca28..309d371d09c313619ce9c889395b31bf4ead4b8c 100644
(file)
--- a/
sys-apps/guix/guix-1.0.1.ebuild
+++ b/
sys-apps/guix/guix-1.0.1.ebuild
@@
-122,6
+122,7
@@
src_prepare() {
# loads system one (from potentially older version of guix).
# To work it around we bump last modification timestamp of
# '*.scm' files.
+ # http://debbugs.gnu.org/cgi/bugreport.cgi?bug=38112
find "${S}" -name "*.scm" -exec touch {} + || die
# Gentoo stores systemd unit files in lib, never in lib64: bug #689772