Add support for named roots so that we can understand MS-Windows paths
authorJ. Ali Harlow <ali@juiblex.co.uk>
Wed, 22 Apr 2009 14:09:17 +0000 (15:09 +0100)
committerJ. Ali Harlow <ali@juiblex.co.uk>
Wed, 22 Apr 2009 14:09:17 +0000 (15:09 +0100)
commitef9be30732230f03cc5874a7fb1ab5d8dbc37d62
treecfb00525c12184907ae8fec500cbb674b912103d
parentb474829ef7638d5493c22a677b1c3a542b32dc2a
Add support for named roots so that we can understand MS-Windows paths
such as c:/windows. Without this, the user always has to ensure they
are on the correct drive before running razor.
librazor/importer.c
librazor/merger.c
librazor/razor.c
librazor/razor.h
librazor/rpm.c
librazor/util.c
src/main.c
test/Makefile.am
test/named-root.sh [new file with mode: 0755]