This patch removes the hard coded temporary directory (which might not exist on the system) and replaces it using the Perl preferred method. --- aegis-4.24/script/aebisect.in 2008-03-14 07:19:27.000000000 +0100 +++ aegis-4.24/script/aebisect.in 2014-01-26 11:03:31.000000000 +0100 @@ -34,7 +34,8 @@ # @configure_input@ # # Configure additions? -my $TmpDir = "/var/tmp"; +use File::Temp qw/ tempdir /; +my $TmpDir = tempdir(); my $ProgramName = "aebisect"; require 5.004; o'/> index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/aux-files
AgeCommit message (Expand)Author
2017-09-04gnu: linux-libre: Update to 4.13....Mark H Weaver
2017-07-29gnu: emacs: Check GUIX_ENVIRONMENT when autoloading packages....Kyle Meyer
2017-07-04gnu: linux-libre: Update to 4.12....Mark H Weaver
2017-05-21gnu: linux-libre: Remove CONFIG_SMC from x86 kernel configurations....Mark H Weaver
2017-05-01gnu: linux-libre: Update to 4.11....Mark H Weaver
2017-02-27gnu: emacs: Simplify "guix-emacs.el"....Alex Kost
2017-02-27gnu: emacs: Move "guix-emacs.el" to "aux-files"....Alex Kost
2017-02-27gnu: linux: Move configuration files to "aux-files"....Alex Kost