treewide: installFlags is a list
This commit is contained in:
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
makefile = "Makefile.psm";
|
||||
makeFlags = [ "PAXBIN=${paxctl}/bin/paxctl" "BINDIR=$(out)/bin" "RUNDIR=$(out)/lib/paxtest" ];
|
||||
installFlags = ''DESTDIR=""'';
|
||||
installFlags = [ "DESTDIR=\"\"" ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Test various memory protection measures";
|
||||
|
||||
Reference in New Issue
Block a user