cd to new dir for amt/remoteControl build.
authorStephen Soltesz <soltesz@cs.princeton.edu>
Tue, 25 Nov 2008 22:43:54 +0000 (22:43 +0000)
committerStephen Soltesz <soltesz@cs.princeton.edu>
Tue, 25 Nov 2008 22:43:54 +0000 (22:43 +0000)
Monitor.spec

index b1b0143..437eaa4 100644 (file)
@@ -77,7 +77,7 @@ as Zabbix DB.
 %build
 # NOTE: the build uses g++ cmdamt/
 # NOTE: TMPDIR is needed here b/c the tmpfs of the build vserver is too small.
-cd cmdamt
+cd pcucontrol/models/intelamt
 export TMPDIR=$PWD/tmp
 make
 cd ..