diff options
author | Jeremy Katz <katzj@redhat.com> | 2005-03-29 18:06:15 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2005-03-29 18:06:15 +0000 |
commit | e6a3d25b80a493a6e433d227f910add6485bf7be (patch) | |
tree | d5ec429b9963e38046d1ae51ffd0f0ac345042eb /utils | |
parent | 830386b11e4e876d4abed3145bdc87357241fd92 (diff) | |
download | anaconda-e6a3d25b80a493a6e433d227f910add6485bf7be.tar.gz anaconda-e6a3d25b80a493a6e433d227f910add6485bf7be.tar.xz anaconda-e6a3d25b80a493a6e433d227f910add6485bf7be.zip |
2005-03-29 Jeremy Katz <katzj@redhat.com>
* utils/genhdlist.c: Genericize product dir
* loader2/loader.c (initProductInfo): Likewise.
Diffstat (limited to 'utils')
-rw-r--r-- | utils/genhdlist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/genhdlist.c b/utils/genhdlist.c index 54855ecbc..3ad6f953b 100644 --- a/utils/genhdlist.c +++ b/utils/genhdlist.c @@ -481,7 +481,7 @@ int main(int argc, const char ** argv) { char * hdListFile = NULL; char * hdListFile2 = NULL; char * depOrderFile = NULL; - char * prodDir = strdup("RedHat"); + char * prodDir = strdup("anaconda"); poptContext optCon; struct poptOption options[] = { { "hdlist", '\0', POPT_ARG_STRING, &hdListFile, 0 }, |