unset DISPLAY to stop apoc installer build trying to connect to a display
authorgeoffh
Tue, 29 Aug 2006 06:58:15 +0000
changeset 8013 ebccfa267e6c
parent 8012 71c8b9d7b8c9
child 8014 b2e993aea9cc
unset DISPLAY to stop apoc installer build trying to connect to a display
Solaris/SUNWapoc.spec
--- a/Solaris/SUNWapoc.spec	Tue Aug 29 06:01:08 2006 +0000
+++ b/Solaris/SUNWapoc.spec	Tue Aug 29 06:58:15 2006 +0000
@@ -213,6 +213,7 @@
 %build
 export JAVA_HOME=/usr/j2se
 export PATH=${JAVA_HOME}/bin:$PATH
+unset DISPLAY
 make PLATFORM=%{PLATFORM} all
 
 %install