1
0
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:
freesource 2001-09-15 06:03:11 +00:00
parent 0f73a500ae
commit 2bf6f23f5a
2 changed files with 24 additions and 0 deletions

View 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

View 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