summaryrefslogtreecommitdiffstats
path: root/src/generator.ml
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2009-05-28 13:00:31 +0100
committerRichard W.M. Jones <rjones@redhat.com>2009-05-28 13:00:31 +0100
commita1e8cdf2a254c5eddaf525cd7c34e4c937690204 (patch)
tree4a53b93475a9f5ddd2b0159068818a530e21a797 /src/generator.ml
parent4e444d53cc9497b7cb36ad35fdee825cade72b0f (diff)
downloadlibguestfs-a1e8cdf2a254c5eddaf525cd7c34e4c937690204.tar.gz
libguestfs-a1e8cdf2a254c5eddaf525cd7c34e4c937690204.tar.xz
libguestfs-a1e8cdf2a254c5eddaf525cd7c34e4c937690204.zip
Move the appliance and build scripts into new appliance/ subdirectory.
Diffstat (limited to 'src/generator.ml')
-rwxr-xr-xsrc/generator.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/generator.ml b/src/generator.ml
index 4e18f985..03439aa0 100755
--- a/src/generator.ml
+++ b/src/generator.ml
@@ -3720,7 +3720,7 @@ int main (int argc, char *argv[])
srcdir = getenv (\"srcdir\");
if (!srcdir) srcdir = \".\";
chdir (srcdir);
- guestfs_set_path (g, \".\");
+ guestfs_set_path (g, \"appliance\");
filename = \"test1.img\";
fd = open (filename, O_WRONLY|O_CREAT|O_NOCTTY|O_NONBLOCK|O_TRUNC, 0666);