diff --git a/add-ons/yard/make-debian-X11/make_debian-X11_pkg b/add-ons/yard/make-debian-X11/make_debian-X11_pkg index aa30d49..7664ce4 100755 --- a/add-ons/yard/make-debian-X11/make_debian-X11_pkg +++ b/add-ons/yard/make-debian-X11/make_debian-X11_pkg @@ -142,10 +142,12 @@ if (-d $packaging_place) { if ($real_gid != $gid) { system "chgrp $real_gid $File::Find::name"; } - if (/CVS/) { - chdir(dirname($File::Find::name)); - system "rm -rf CVS"; - } + + # Keeping versioning is a great idea for Replacements + # if (/CVS/) { + # chdir(dirname($File::Find::name)); + # system "rm -rf CVS"; + # } } , $packaging_place ; } diff --git a/gbootroot_pkg b/gbootroot_pkg index ec26992..d1fe800 100755 --- a/gbootroot_pkg +++ b/gbootroot_pkg @@ -140,10 +140,12 @@ if (-d $packaging_place) { if ($real_gid != $gid) { system "chgrp $real_gid $File::Find::name"; } - if (/CVS/) { - chdir(dirname($File::Find::name)); - system "rm -rf CVS"; - } + + # Keeping versioning is a great idea for Replacements + # if (/CVS/) { + # chdir(dirname($File::Find::name)); + # system "rm -rf CVS"; + # } } , $packaging_place ; }