From b0daac22b2b2b2b745e2584df51fac5272a9a443 Mon Sep 17 00:00:00 2001 From: freesource Date: Sat, 4 Jan 2003 00:51:53 +0000 Subject: [PATCH] This puts the README in the normal binary. --- Makefile | 1 + Makefile.pkg | 1 + gbootroot-nest1_pkg | 2 +- gbootroot_pkg | 2 +- 4 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 5c08c36..558612b 100644 --- a/Makefile +++ b/Makefile @@ -36,6 +36,7 @@ install: install -d /usr/X11R6/include/X11/pixmaps cp -fa gbootroot.xpm /usr/X11R6/include/X11/pixmaps/gbootroot.xpm install -d /usr/share/doc/gbootroot/html/images + cp -fa README /usr/share/doc/gbootroot/README cp -fa doc/html/{*html,*4} /usr/share/doc/gbootroot/html cp -fa doc/html/images/{*jpg,*gif} /usr/share/doc/gbootroot/html/images cp -fa Changes /usr/share/doc/gbootroot/Changes diff --git a/Makefile.pkg b/Makefile.pkg index 69c746e..fbdd503 100644 --- a/Makefile.pkg +++ b/Makefile.pkg @@ -213,6 +213,7 @@ install: install -d $(DESTDIR)/usr/X11R6/include/X11/pixmaps cp -fa gbootroot.xpm $(DESTDIR)/usr/X11R6/include/X11/pixmaps/gbootroot.xpm install -d $(DESTDIR)/usr/share/doc/gbootroot/html/images + cp -fa README $(DESTDIR)/usr/share/doc/gbootroot/README cp -fa doc/html/{*html,*4} $(DESTDIR)/usr/share/doc/gbootroot/html cp -fa doc/html/images/{*jpg,*gif} $(DESTDIR)/usr/share/doc/gbootroot/html/images cp -fa Changes $(DESTDIR)/usr/share/doc/gbootroot/Changes diff --git a/gbootroot-nest1_pkg b/gbootroot-nest1_pkg index 44718a5..1beeb08 100755 --- a/gbootroot-nest1_pkg +++ b/gbootroot-nest1_pkg @@ -216,7 +216,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"); diff --git a/gbootroot_pkg b/gbootroot_pkg index 9a6ca68..b427df0 100755 --- a/gbootroot_pkg +++ b/gbootroot_pkg @@ -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");