From e11039851bf57dce627ee6e46732fbca37f0053d Mon Sep 17 00:00:00 2001 From: Stephen Soltesz Date: Tue, 12 Aug 2008 19:38:23 +0000 Subject: [PATCH] Try to build the AMT command. I expect the /tmp fs to be too small. --- monitor-server.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/monitor-server.spec b/monitor-server.spec index ef5eb07..0975831 100644 --- a/monitor-server.spec +++ b/monitor-server.spec @@ -41,7 +41,9 @@ command-line utilities for querying the status database. %build # TODO: note that we should build the cmdamt/ with g++ -echo "There is no build stage. Simply copy files." +cd cmdamt +make +cd .. %install -- 2.47.0