Making the source package accurate.

This commit is contained in:
freesource
2002-12-12 01:10:26 +00:00
parent f17b6ea413
commit 51f4ad4f2c
5 changed files with 10 additions and 1 deletions
+3 -1
View File
@@ -140,7 +140,8 @@ foreach (@make_lines) {
}
else {
if (!/mknod|dev/) {
system "$_";
## no need to do this
##system "$_";
}
}
}
@@ -152,6 +153,7 @@ system "cp -fa $makefile $packaging_place/Makefile";
# package
system "cp -fa README $packaging_place/README";
system "cp -fa user-mode-linux/usr/lib/uml/cramfs-vfs-order.patch $packaging_place/user-mode-linux/usr/lib/uml/cramfs-vfs-order.patch";
system "ln -sf $packaging_place/yard/replacements $packaging_place/yard/Replacements";
# Now we get to clean out any CVS directories and make sure that the
# permissions are all for the user who will be creating the package.