2001-09-15 06:03:11 +00:00
|
|
|
|
|
|
|
all: install
|
|
|
|
|
|
|
|
install:
|
|
|
|
install -d /usr/bin
|
|
|
|
cp -fa make_debian-X11 /usr/bin/make_debian-X11
|
2001-12-09 10:18:14 +00:00
|
|
|
install -d /usr/share/gbootroot/yard/Replacements/root
|
2001-12-14 16:37:17 +00:00
|
|
|
chmod 644 replacements/root/README-debian-X11
|
2001-12-09 10:18:14 +00:00
|
|
|
cp -fa replacements/root/*debian-X11 /usr/share/gbootroot/yard/Replacements/root
|
2001-12-10 18:24:20 +00:00
|
|
|
cp -fa replacements/root/make_swapfile /usr/share/gbootroot/yard/Replacements/root
|
2001-12-09 10:18:14 +00:00
|
|
|
install -d /usr/share/gbootroot/yard/Replacements/usr/X11R6/bin
|
|
|
|
cp -fa replacements/usr/X11R6/bin/* /usr/share/gbootroot/yard/Replacements/usr/X11R6/bin
|
2001-09-15 06:03:11 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|