From a8aa6b21a2bcba56425cd905fe1c8b2a34f54ded Mon Sep 17 00:00:00 2001 From: freesource Date: Sat, 29 Sep 2001 17:21:34 +0000 Subject: [PATCH] Fixes a missing separator .. basically a line wrap which shouldn't have been there. --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 3d2889c..2fb5a95 100644 --- a/Makefile +++ b/Makefile @@ -20,8 +20,7 @@ install: 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 + cp -fa gbootroot.xpm /usr/X11R6/include/X11/pixmaps/gbootroot.xpm remove: rm /usr/bin/gbootroot