Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 214780 Details for
Bug 299132
version bump x11-misc/xdotool-20091231.01
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
xdotool-20091231.01_install-D.patch
xdotool-20091231.01_install-D.patch (text/plain), 1.16 KB, created by
Russell Harmon
on 2009-12-31 17:32:48 UTC
(
hide
)
Description:
xdotool-20091231.01_install-D.patch
Filename:
MIME Type:
Creator:
Russell Harmon
Created:
2009-12-31 17:32:48 UTC
Size:
1.16 KB
patch
obsolete
>From 2fd48166c8481ba441c3866d189f8f0396e0d89d Mon Sep 17 00:00:00 2001 >From: Russell Harmon <russ@eatnumber1.com> >Date: Thu, 31 Dec 2009 11:00:25 -0500 >Subject: [PATCH 1/2] Use -D when installing to create directories. > >--- > Makefile | 10 ++++------ > 1 files changed, 4 insertions(+), 6 deletions(-) > >diff --git a/Makefile b/Makefile >index 308a5d5..1ac0746 100644 >--- a/Makefile >+++ b/Makefile >@@ -29,19 +29,17 @@ all: xdotool xdotool.1 > install: installlib installprog installman installheader > > installprog: xdotool >- install -m 755 xdotool $(INSTALLBIN)/ >+ install -D -m 755 xdotool $(INSTALLBIN)/xdotool > > installlib: libxdo.so >- install libxdo.so $(INSTALLLIB)/libxdo.so.$(MINOR) >+ install -D libxdo.so $(INSTALLLIB)/libxdo.so.$(MINOR) > ln -sf libxdo.so.$(MINOR) $(INSTALLLIB)/libxdo.so > > installheader: xdo.h >- install xdo.h $(INSTALLINCLUDE)/xdo.h >+ install -D xdo.h $(INSTALLINCLUDE)/xdo.h > > installman: xdotool.1 >- [ -d $(INSTALLMAN) ] || mkdir $(INSTALLMAN) >- [ -d $(INSTALLMAN)/man1 ] || mkdir $(INSTALLMAN)/man1 >- install -m 644 xdotool.1 $(INSTALLMAN)/man1/ >+ install -D -m 644 xdotool.1 $(INSTALLMAN)/man1/xdotool.1 > > deinstall: uninstall > uninstall: >-- >1.6.4.4 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 299132
:
214763
|
214765
|
214777
|
214779
| 214780 |
214783
|
214808