From 0804c89a16736533e440771dc42a15e5d0223902 Mon Sep 17 00:00:00 2001 From: Jonathan Maw Date: Thu, 28 Feb 2013 17:40:36 +0000 Subject: Make linuxquota install to the correct location --- linuxquota.morph | 3 +++ 1 file changed, 3 insertions(+) diff --git a/linuxquota.morph b/linuxquota.morph index aa47de4..a577495 100644 --- a/linuxquota.morph +++ b/linuxquota.morph @@ -8,5 +8,8 @@ ], "build-commands": [ "make \"RPCGEN=rpcgen -Y /usr/bin\"" + ], + "install-commands": [ + "make ROOTDIR=\"$DESTDIR\" install" ] } -- cgit v1.2.1