lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 4b53998 4/5: Make $(datadir) architecture-ind


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 4b53998 4/5: Make $(datadir) architecture-independent as it always should have been
Date: Thu, 28 Mar 2019 16:23:22 -0400 (EDT)

branch: master
commit 4b539983f056678f4416700cc54d5fc19ab3925f
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Make $(datadir) architecture-independent as it always should have been
    
    This doesn't have any real effect at the moment, but soon it will.
---
 GNUmakefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/GNUmakefile b/GNUmakefile
index 35723a8..4924b35 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -99,7 +99,7 @@ datarootdir     := $(prefix)/share
 # GNU standard default:
 # datadir         := $(datarootdir)
 # nonstandard value used for now:
-datadir         := $(exec_prefix)/data
+datadir         := $(prefix)/data
 # read-only data files that pertain to a single machine
 #sysconfdir      := $(prefix)/etc
 # architecture-independent data files which the programs modify while they run



reply via email to

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