diff options
author | 2005-06-16 23:55:59 +0000 | |
---|---|---|
committer | 2005-06-16 23:55:59 +0000 | |
commit | 8213cca5aea0c9a760b2d68469e86d338f18c970 (patch) | |
tree | ffad03693ce059712c8454028afa64be9332c641 /x11-misc/xrootconsole/files/xrootconsole-0.6.makefile.patch | |
parent | Version bump. (diff) | |
download | historical-8213cca5aea0c9a760b2d68469e86d338f18c970.tar.gz historical-8213cca5aea0c9a760b2d68469e86d338f18c970.tar.bz2 historical-8213cca5aea0c9a760b2d68469e86d338f18c970.zip |
version bump for #84271
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'x11-misc/xrootconsole/files/xrootconsole-0.6.makefile.patch')
-rw-r--r-- | x11-misc/xrootconsole/files/xrootconsole-0.6.makefile.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/x11-misc/xrootconsole/files/xrootconsole-0.6.makefile.patch b/x11-misc/xrootconsole/files/xrootconsole-0.6.makefile.patch new file mode 100644 index 000000000000..ce74eb115e96 --- /dev/null +++ b/x11-misc/xrootconsole/files/xrootconsole-0.6.makefile.patch @@ -0,0 +1,12 @@ +--- Makefile.orig 2005-03-06 16:46:36.325616480 +0900 ++++ Makefile 2005-03-06 16:46:55.140756144 +0900 +@@ -76,5 +76,7 @@ + rm -f $(EXEC) *.o core *~ + + install: $(EXEC) +- cp $(EXEC) $(BINDIR) +- cp $(MANFILE) $(MANDIR) ++ install -d $(BINDIR) ++ install -d $(MANDIR) ++ install $(EXEC) $(BINDIR) ++ install $(MANFILE) $(MANDIR) |