mirror of
https://github.com/fspc/gbootroot.git
synced 2025-02-22 16:43:23 -05:00
13 lines
212 B
Makefile
13 lines
212 B
Makefile
|
|
||
|
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
|
||
|
|
||
|
|
||
|
|
||
|
|