a ton of changes to fix the production directory. formerly this directory $FEISTY_ME...
[feisty_meow.git] / scripts / clam / cpp / preconditions.sh
index 0c1da3417a59b8e5541b739e942176f2126bf8a0..391f0ef0b8aefe8651a3d4456d4b56307cf5f3a0 100755 (executable)
@@ -33,7 +33,7 @@ if [ ! -d $STATIC_LIBRARY_DIR ]; then mkdir $STATIC_LIBRARY_DIR; fi
 # set versions on any extras that were specified in the makefile.
 if [ ! -z "$EXTRA_VERSIONS" ]; then
   for i in $EXTRA_VERSIONS; do
-    $CLAM_BIN/version_stamper$EXE_END $i $PARAMETER_FILE
+    $CLAM_BINARY_DIR/version_stamper$EXE_END $i $PARAMETER_FILE
   done
 fi