This puts the README in the normal binary.

This commit is contained in:
freesource
2003-01-04 00:51:53 +00:00
parent 8c8fd921db
commit b0daac22b2
4 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -211,7 +211,7 @@ system "cp -fa $makefile $packaging_place/Makefile";
# Basically this is stuff we want in the source package, but not the normal
# package
system "cp -fa README $packaging_place/README";
##system "cp -fa README $packaging_place/README";
system "cp -fa COPYING $packaging_place/COPYING";
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";
chdir("$packagine_place/yard");