]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - tools/ippeveprinter.c
Move ippeveprinter commands to CUPS_SERVERBIN/command.
[thirdparty/cups.git] / tools / ippeveprinter.c
index 1ec874b55c9acbf54e0fde2e70ec1ddfaf3cdaf9..4f6f0cf9bb96752756abcb4592d9b596956d974a 100644 (file)
@@ -1403,7 +1403,7 @@ create_printer(
     }
     else
     {
-      snprintf(path, sizeof(path), "%s/ippeveprinter/%s", cg->cups_serverbin, command);
+      snprintf(path, sizeof(path), "%s/command/%s", cg->cups_serverbin, command);
 
       if (access(command, X_OK))
       {