mirror of
https://github.com/fspc/gbootroot.git
synced 2025-02-23 00:53:23 -05:00
added make_swapfile
This commit is contained in:
parent
71a8ddc3a9
commit
fb4a0e5c8a
@ -6,6 +6,7 @@ install:
|
||||
cp -fa make_debian-X11 /usr/bin/make_debian-X11
|
||||
install -d /usr/share/gbootroot/yard/Replacements/root
|
||||
cp -fa replacements/root/*debian-X11 /usr/share/gbootroot/yard/Replacements/root
|
||||
cp -fa replacements/root/make_swapfile /usr/share/gbootroot/yard/Replacements/root
|
||||
install -d /usr/share/gbootroot/yard/Replacements/usr/X11R6/bin
|
||||
cp -fa replacements/usr/X11R6/bin/* /usr/share/gbootroot/yard/Replacements/usr/X11R6/bin
|
||||
|
||||
|
@ -6,6 +6,7 @@ install:
|
||||
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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user