]> www.ginac.de Git - ginac.git/blobdiff - ginac/excompiler.cpp
Install ginac-excompiler in $LIBEXECDIR, not in $BINDIR.
[ginac.git] / ginac / excompiler.cpp
index 1ef61d1f786ec309195e1c456f441f1cc54428e5..68e4a302a70420216411fedf61ad5f25b468e4a6 100644 (file)
@@ -140,7 +140,7 @@ public:
         */
        void compile_src_file(const std::string filename, bool clean_up)
        {
-               std::string strcompile = "ginac-excompiler " + filename;
+               std::string strcompile = LIBEXECDIR "ginac-excompiler " + filename;
                if (system(strcompile.c_str())) {
                        throw std::runtime_error("excompiler::compile_src_file: error compiling source file!");
                }