pem
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pem] freedesktop.org standard


From: For anything and everything about GNU Pem
Subject: [Pem] freedesktop.org standard
Date: Wed, 30 Nov 2022 01:31:51 +0000

Hi if we add this code just after line 246 in pem.pl we can achieve compliance.

if (defined ($ENV{"XDG_DATA_HOME"}) && $ENV{"XDG_DATA_HOME"} ne "")
{
    $pemdir = $ENV{"XDG_DATA_HOME"}."/pem";
}

This will place all data in the XDG_DATA_HOME folder defined in the variable.
If the variable does not exist or is null it will default to ~/.pem

reply via email to

[Prev in Thread] Current Thread [Next in Thread]