mirror of
https://github.com/fspc/gbootroot.git
synced 2025-02-22 16:43:23 -05:00
Adds gbootroot.xpm.
This commit is contained in:
parent
84c9c57d5e
commit
022074dba6
3
Makefile
3
Makefile
@ -19,6 +19,9 @@ install:
|
||||
cp -fa user-mode-linux/usr/bin/linux /usr/bin/linux
|
||||
install -d /etc/gbootroot
|
||||
cp -fa gbootrootrc /etc/gbootroot/gbootrootrc
|
||||
install -d /usr/X11R6/include/X11/pixmaps
|
||||
cp -fa gbootroot.xpm /usr/X11R6/include/X11/pixmaps/gbootroot.xp
|
||||
m
|
||||
|
||||
remove:
|
||||
rm /usr/bin/gbootroot
|
||||
|
@ -16,6 +16,8 @@ install:
|
||||
cp -fa user-mode-linux/usr/bin/linux $(DESTDIR)/usr/bin/linux
|
||||
install -d $(DESTDIR)/etc/gbootroot
|
||||
cp -fa gbootrootrc $(DESTDIR)/etc/gbootroot/gbootrootrc
|
||||
install -d $(DESTDIR)/usr/X11R6/include/X11/pixmaps
|
||||
cp -fa gbootroot.xpm $(DESTDIR)/usr/X11R6/include/X11/pixmaps/gbootroot.xpm
|
||||
|
||||
remove:
|
||||
rm /usr/bin/gbootroot
|
||||
|
Loading…
x
Reference in New Issue
Block a user