mirror of
https://github.com/fspc/gbootroot.git
synced 2026-09-08 12:51:40 -04:00
The Makefiles, ofcourse.
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
|
||||
all: install
|
||||
|
||||
install:
|
||||
install -d /usr/bin
|
||||
cp -fa make_debian-X11 /usr/bin/make_debian-X11
|
||||
install -d /usr/share/gbootroot/yard/Replacements
|
||||
cp -fa replacements/* /usr/share/gbootroot/yard/Replacements
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
|
||||
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
|
||||
cp -fa replacements/* $(DESTDIR)/usr/share/gbootroot/yard/Replacements
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user