diff --git a/Makefile b/Makefile index 172c55f..3d2889c 100644 --- a/Makefile +++ b/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 diff --git a/Makefile.pkg b/Makefile.pkg index fada3dd..ee2b0f9 100644 --- a/Makefile.pkg +++ b/Makefile.pkg @@ -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