Browse Source

Making the source package accurate.

master
freesource 22 years ago
parent
commit
51f4ad4f2c
  1. 4
      Changes
  2. 1
      Makefile
  3. 1
      Makefile.pkg
  4. 4
      gbootroot_pkg
  5. 1
      yard/templates/Helper.yard

4
Changes

@ -1,3 +1,7 @@
1.4.0 - 12/12/2002
------------------
1.3.6 - 03/10/2002
------------------

1
Makefile

@ -26,6 +26,7 @@ install:
install -d /usr/share/gbootroot/yard/templates
chmod 0444 yard/templates/*.yard
cp -fa yard/templates/Example* /usr/share/gbootroot/yard/templates
cp -fa yard/templates/Helper.yard /usr/share/gbootroot/yard/templates
install -d /usr/share/gbootroot/genext2fs
cp -fa genext2fs/genext2fs.c /usr/share/gbootroot/genext2fs
cp -fa genext2fs/Makefile /usr/share/gbootroot/genext2fs

1
Makefile.pkg

@ -24,6 +24,7 @@ install:
cp -fa user-mode-linux/usr/lib/uml/port-helper $(DESTDIR)/usr/lib/uml/port-helper
install -d $(DESTDIR)/usr/share/gbootroot/yard/templates
cp -fa yard/templates/Example* $(DESTDIR)/usr/share/gbootroot/yard/templates
cp -fa yard/templates/Helper.yard $(DESTDIR)/usr/share/gbootroot/yard/templates
install -d $(DESTDIR)/usr/share/gbootroot/genext2fs
cp -fa genext2fs/genext2fs.c $(DESTDIR)/usr/share/gbootroot/genext2fs
cp -fa genext2fs/Makefile $(DESTDIR)/usr/share/gbootroot/genext2fs

4
gbootroot_pkg

@ -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.

1
yard/templates/Helper.yard

@ -1,3 +1,4 @@
# $Id$
# Helper.yard
#
#############################################################################

Loading…
Cancel
Save