gnu: wine: Install libraries to /lib/wine32.
* gnu/packages/wine.scm (wine)[arguments]: Install libraries to /lib/wine32.master
parent
8de9d5329e
commit
5cead94554
|
@ -122,10 +122,11 @@
|
||||||
#:tests? #f
|
#:tests? #f
|
||||||
|
|
||||||
#:configure-flags
|
#:configure-flags
|
||||||
(list (string-append "LDFLAGS=-Wl,-rpath=" %output "/lib"))
|
(list (string-append "LDFLAGS=-Wl,-rpath=" %output "/lib/wine32"))
|
||||||
|
|
||||||
#:make-flags
|
#:make-flags
|
||||||
(list "SHELL=bash")
|
(list "SHELL=bash"
|
||||||
|
(string-append "libdir=" %output "/lib/wine32"))
|
||||||
|
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
|
|
Reference in New Issue