Roy's Projects
/
dhcpcd-ui
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52e4cbe
)
Fix icon permissions.
dhcpcd-ui-0.4.0
author
Roy Marples
<roy@marples.name>
Tue, 28 Apr 2009 21:28:14 +0000
(21:28 +0000)
committer
Roy Marples
<roy@marples.name>
Tue, 28 Apr 2009 21:28:14 +0000
(21:28 +0000)
mk/icon.mk
patch
|
blob
|
history
diff --git
a/mk/icon.mk
b/mk/icon.mk
index 1a62fbd95092c08c21275d435a84e72793321dcf..80fd53ddda81e8045eb5058c94c49ab28a8a3aa1 100644
(file)
--- a/
mk/icon.mk
+++ b/
mk/icon.mk
@@
-17,7
+17,7
@@
all: ${ICONS}
_iconinstall: ${ICONS}
${INSTALL} -d ${DESTDIR}${ICONDIR}
- ${INSTALL} -m ${BINMODE} ${ICONS} ${DESTDIR}${ICONDIR}
+ ${INSTALL} -m ${
NON
BINMODE} ${ICONS} ${DESTDIR}${ICONDIR}
install: _iconinstall