Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 293794 Details for
Bug 431175
Review Request: xhotkeys - Hotkeys for the X-Window
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
Fix install locations in Makefile
install_locations.patch (text/x-patch), 1.29 KB, created by
Parag AN(पराग)
on 2008-02-02 13:59:56 UTC
(
hide
)
Description:
Fix install locations in Makefile
Filename:
MIME Type:
Creator:
Parag AN(पराग)
Created:
2008-02-02 13:59:56 UTC
Size:
1.29 KB
patch
obsolete
>--- Makefile 2007-08-13 15:28:44.000000000 +0530 >+++ Makefile.new 2008-02-02 19:16:40.000000000 +0530 >@@ -42,25 +42,24 @@ > > install: all > # Create directories >- mkdir -p $(SHAREDIR) >- >+ mkdir -p $(SHAREDIR) $(BINDIR) $(PIXMAPSDIR) $(MAN1DIR) >+ > # Install files >- install -m 755 xhotkeys.py $(BINDIR)/xhotkeys >- install -m 644 xhotkeys.glade $(SHAREDIR) >- install -m 644 xhotkeys.1 $(MAN1DIR) >- install -m 644 xhotkeys.desktop $(APPDIR) || true >- install -m 755 xhotkeys.png $(SHAREDIR) >- install -m 755 getdclick $(SHAREDIR) >+ install -p -m 755 xhotkeys.py $(BINDIR)/xhotkeys >+ install -p -m 644 xhotkeys.glade $(SHAREDIR) >+ install -p -m 644 xhotkeys.1 $(MAN1DIR) >+ install -p -m 755 xhotkeys.png $(SHAREDIR) >+ install -p -m 755 getdclick $(SHAREDIR) > > # Install example configuration file >- install -m 644 xhotkeys.conf $(SHAREDIR)/xhotkeys.conf.example >+ install -p -m 644 xhotkeys.conf $(SHAREDIR)/xhotkeys.conf.example > > # Install icons > for ICON in $(ICONS); do \ > mkdir -p $(ICONSDIR)/$$ICON/apps ;\ >- install -m 644 icons/$$ICON/xhotkeys.png $(ICONSDIR)/$$ICON/apps ;\ >+ install -p -m 644 icons/$$ICON/xhotkeys.png $(ICONSDIR)/$$ICON/apps ;\ > done >- install -m 644 icons/xhotkeys.xpm $(PIXMAPSDIR) ;\ >+ install -p -m 644 icons/xhotkeys.xpm $(PIXMAPSDIR) ;\ > > clean: > rm -rf *.pyc icons *.gladep
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 Raw
Actions:
View
Attachments on
bug 431175
:
293793
| 293794