highlight: fixes an issue locating the default conf_dir, closes #8385

This commit is contained in:
tv@shackspace.de 2015-06-18 16:07:55 +02:00 committed by Rok Garbas
parent 5988dda30f
commit e14c8fd368

View file

@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
buildInputs = [ getopt lua boost pkgconfig ];
preConfigure = ''makeFlags="PREFIX=$out conf_dir=$out/etc/highlight"'';
preConfigure = ''makeFlags="PREFIX=$out conf_dir=$out/etc/highlight/"'';
meta = {
description = "Source code highlighting tool";