> --- cowdancer-0.18.orig/cowbuilder.c > +++ cowdancer-0.18/cowbuilder.c > @@ -579,6 +579,7 @@ > " --help\n" > "options:\n" > " --basepath:\n" > + " --buildplace:\n" > " --distribution:\n" > ); > return 0; > @@ -595,7 +596,7 @@ > static struct option long_options[]= > { > {"basepath", required_argument, 0, 'b'}, > - {"basepath", required_argument, 0, 'B'}, > + {"buildplace", required_argument, 0, 'B'}, > {"mountproc", no_argument, &pc.mountproc, 1}, > {"mountdev", no_argument, &pc.mountdev, 1}, > {"mountdevpts", no_argument, &pc.mountdevpts, 1},
Thanks! I think that was overseen when I added buildplace option... regards, junichi -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]