aboutsummaryrefslogtreecommitdiff
--- aegis-4.24/script/aeintegratq.in	2008-03-14 07:19:27.000000000 +0100
+++ aegis-4.24/script/aeintegratq.in	2014-01-26 16:08:22.000000000 +0100
@@ -49,13 +49,14 @@
 #
 # @configure_input@
 #
+use File::Temp qw/ tempdir /; 
 # Grab useful locations from configure
 $BinDir  = "@bindir@";
  # configure does not expand @comdir@ directly so use sharedstatedir
 $ComDir  = "@sharedstatedir@";
 
 # Configure additions?
-$TmpDir   = "/var/tmp";
+$TmpDir   = tempdir();
   # base mail program that takes all info (to: subj: etc) on stdin
 $SendMail = "/usr/lib/sendmail";
   # Define the preferred integration host
/packages/patches/ocaml-dose3-dont-make-printconf.patch?id=cdffb73c04d0c68d7edf19ee02fc3a554dea04bc&showmsg=1'>Expand)Author 2019-04-10gnu: Add ocaml-dose3....* gnu/packages/ocaml.scm (ocaml-dose3): New variable. * gnu/packages/patches/ocaml-dose3-Add-unix-as-dependency-to-dose3.common-in-META.in.patch: New file. * gnu/packages/patches/ocaml-dose3-Fix-for-ocaml-4.06.patch: New file. * gnu/packages/patches/ocaml-dose3-dont-make-printconf.patch: New file. * gnu/packages/patches/ocaml-dose3-Install-mli-cmx-etc.patch: New file. * gnu/local.mk (dist_patch_DATA): Add them. Julien Lepiller