]> andersk Git - moira.git/blobdiff - gen/nfs.pc
Change `SMS' to `Moira' where possible.
[moira.git] / gen / nfs.pc
index d10d5da1d3a5a6c39e3e6139d9bb9019448764cc..b76cdb8375dab0be2eeef2caf7522cf16329d7b7 100644 (file)
@@ -59,7 +59,7 @@ int main(int argc, char **argv)
   if (argc == 2)
     {
       sprintf(cmd, "cd %s; cp %s/nfs/* .; tar cf %s .",
-             nfs_dir, SMS_DIR, argv[1]);
+             nfs_dir, MOIRA_DIR, argv[1]);
       if (system(cmd))
        exit(MR_TAR_FAIL);
     }
This page took 0.121806 seconds and 4 git commands to generate.