-# don't overwrite existing config files
-rm *.conf security3.fdb &&
-# need the impl/boost files; copy them to the built tree
-cp -a $SOURCE_DIRECTORY/src//include/firebird/impl include/firebird &&
-#cp src/msg.fdb src/help.fdb $FB_PREFIX &&
-DEST=$FB_PREFIX &&
+DEST=$INSTALL_ROOT/$FB_PREFIX/include/firebird &&
mkdir -p $DEST &&
-cp -a * $DEST &&
+# need the impl/boost files; copy them as well
+cp -a $SOURCE_DIRECTORY/src/include/firebird/impl $DEST &&