mirror of
https://github.com/fspc/gbootroot.git
synced 2025-02-23 09:03:23 -05:00
Making the source package accurate.
This commit is contained in:
parent
f17b6ea413
commit
51f4ad4f2c
4
Changes
4
Changes
@ -1,3 +1,7 @@
|
||||
1.4.0 - 12/12/2002
|
||||
------------------
|
||||
|
||||
|
||||
1.3.6 - 03/10/2002
|
||||
------------------
|
||||
|
||||
|
1
Makefile
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
|
||||
|
@ -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
|
||||
|
@ -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,3 +1,4 @@
|
||||
# $Id$
|
||||
# Helper.yard
|
||||
#
|
||||
#############################################################################
|
||||
|
Loading…
x
Reference in New Issue
Block a user