diff --git a/Changes b/Changes index e460121..e9bf8ac 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,7 @@ +1.4.0 - 12/12/2002 +------------------ + + 1.3.6 - 03/10/2002 ------------------ diff --git a/Makefile b/Makefile index faa9905..445468a 100644 --- a/Makefile +++ b/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 diff --git a/Makefile.pkg b/Makefile.pkg index f1469e2..b0c841c 100644 --- a/Makefile.pkg +++ b/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 diff --git a/gbootroot_pkg b/gbootroot_pkg index cf9d0ba..7c04e7d 100755 --- a/gbootroot_pkg +++ b/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. diff --git a/yard/templates/Helper.yard b/yard/templates/Helper.yard index 18e72d0..260dc9f 100644 --- a/yard/templates/Helper.yard +++ b/yard/templates/Helper.yard @@ -1,3 +1,4 @@ +# $Id$ # Helper.yard # #############################################################################