gnu: commencement: bash-mesboot0: Remove store file name.
This is a follow-up to commit d9484fba91
, and
fixes "make dist".
* gnu/packages/commencement (bash-mesboot0): Remove reference to store item.
master
parent
fa8fe90edb
commit
7467f9857d
|
@ -788,14 +788,14 @@ $MES -e '(mescc)' module/mescc.scm -- \"$@\"
|
||||||
(substitute* "config.h"
|
(substitute* "config.h"
|
||||||
(("#define GETCWD_BROKEN 1") "#undef GETCWD_BROKEN"))
|
(("#define GETCWD_BROKEN 1") "#undef GETCWD_BROKEN"))
|
||||||
(let ((config.h (open-file "config.h" "a")))
|
(let ((config.h (open-file "config.h" "a")))
|
||||||
(display (string-append "
|
(display "
|
||||||
// tcc: error: undefined symbol 'enable_hostname_completion'
|
// tcc: error: undefined symbol 'enable_hostname_completion'
|
||||||
#define enable_hostname_completion(on_or_off) 0
|
#define enable_hostname_completion(on_or_off) 0
|
||||||
|
|
||||||
// /gnu/store/cq0cmv35s9dhilx14zaghlc08gpc0hwr-tcc-boot0-0.9.26-6.c004e9a/lib/libc.a: error: 'sigprocmask' defined twice
|
// /gnu/store/…-tcc-boot0-0.9.26-6.c004e9a/lib/libc.a: error: 'sigprocmask' defined twice
|
||||||
#define HAVE_POSIX_SIGNALS 1
|
#define HAVE_POSIX_SIGNALS 1
|
||||||
#define endpwent(x) 0
|
#define endpwent(x) 0
|
||||||
")
|
"
|
||||||
config.h)
|
config.h)
|
||||||
(close config.h))
|
(close config.h))
|
||||||
#t))
|
#t))
|
||||||
|
|
Reference in New Issue