Browse Source

This puts the README in the normal binary.

master
freesource 22 years ago
parent
commit
b0daac22b2
  1. 1
      Makefile
  2. 1
      Makefile.pkg
  3. 2
      gbootroot-nest1_pkg
  4. 2
      gbootroot_pkg

1
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

1
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

2
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");

2
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");

Loading…
Cancel
Save