diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2015-12-03 22:31:04 -0500 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2016-01-05 22:31:21 +0100 |
commit | 2f505d70761df77302c272f026346c1fb351d0f1 (patch) | |
tree | 5d6955cb251f4278e7c2e3acc46377aa603a017f | |
parent | bc098ebbec5b6710a22c94d0236f689a2945eda8 (diff) | |
download | perl-MDV-Distribconf-2f505d70761df77302c272f026346c1fb351d0f1.tar perl-MDV-Distribconf-2f505d70761df77302c272f026346c1fb351d0f1.tar.gz perl-MDV-Distribconf-2f505d70761df77302c272f026346c1fb351d0f1.tar.bz2 perl-MDV-Distribconf-2f505d70761df77302c272f026346c1fb351d0f1.tar.xz perl-MDV-Distribconf-2f505d70761df77302c272f026346c1fb351d0f1.zip |
s/main/core/
-rw-r--r-- | lib/MDV/Distribconf.pm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/MDV/Distribconf.pm b/lib/MDV/Distribconf.pm index c8caefe..71a6fcf 100644 --- a/lib/MDV/Distribconf.pm +++ b/lib/MDV/Distribconf.pm @@ -144,13 +144,13 @@ Here's a complete example of a F<media.cfg> file: version=2006.0 branch=cauldron - [main] - hdlist=hdlist_main.cz - name=Main + [core] + hdlist=hdlist_core.cz + name=Core - [../SRPMS/main] - hdlist=hdlist_main.src.cz - name=Main Sources + [../SRPMS/core] + hdlist=hdlist_core.src.cz + name=Core Sources noauto=1 [contrib] |