mirror of
https://github.com/fspc/gbootroot.git
synced 2025-02-22 16:43:23 -05:00
The Makefiles, ofcourse.
This commit is contained in:
parent
0f73a500ae
commit
2bf6f23f5a
12
add-ons/yard/make-debian-X11/Makefile
Normal file
12
add-ons/yard/make-debian-X11/Makefile
Normal file
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
12
add-ons/yard/make-debian-X11/Makefile.pkg
Normal file
12
add-ons/yard/make-debian-X11/Makefile.pkg
Normal file
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user