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; alt='cgit logo'/> index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/file-systems.scm
AgeCommit message (Expand)Author
2019-01-18gnu: Add libnfs....Ricardo Wurmus
2019-01-16gnu: Move sqlite to separate module....Ricardo Wurmus
2018-11-23gnu: Add APFS-FUSE....Leo Famulari
2018-10-30gnu: disorderfs: Update to 0.5.5....Tobias Geerinckx-Rice
2018-10-04gnu: disorderfs: Update to 0.5.4....Tobias Geerinckx-Rice
2018-06-27gnu: glusterfs: Update to 3.10.12....Ricardo Wurmus
2018-05-29gnu: disorderfs: Update to 0.5.3....Tobias Geerinckx-Rice
2018-03-17gnu: Fix common unquote typos....Tobias Geerinckx-Rice
2018-03-04gnu: disorderfs: Declare a source file-name....Efraim Flashner
2018-01-19gnu: Consistently Write ‘file system(s)’....Tobias Geerinckx-Rice
2018-01-16gnu: Add curlftpfs....Danny Milosavljevic
2017-12-01gnu: glusterfs: Replace hardcoded FHS references....Ricardo Wurmus
2017-11-07gnu: Add glusterfs....Ricardo Wurmus
2017-11-05gnu: add disorderfs....Gábor Boskovits