mirror of https://github.com/fspc/gbootroot.git
freesource
24 years ago
2 changed files with 24 additions and 0 deletions
@ -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 |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
Loading…
Reference in new issue