gBootRoot pronounced "bOOtrOOt"
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

16 lines
547 B

all: install
install:
install -d $(DESTDIR)/usr/bin
cp -fa make_debian-X11 $(DESTDIR)/usr/bin/make_debian-X11
install -d $(DESTDIR)/usr/share/gbootroot/yard/Replacements/root
cp -fa replacements/root/*debian-X11 $(DESTDIR)/usr/share/gbootroot/yard/Replacements/root
cp -fa replacements/root/make_swapfile $(DESTDIR)/usr/share/gbootroot/yard/Replacements/root
install -d $(DESTDIR)/usr/share/gbootroot/yard/Replacements/usr/X11R6/bin
cp -fa replacements/usr/X11R6/bin/* $(DESTDIR)/usr/share/gbootroot/yard/Replacements/usr/X11R6/bin