repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git]
/
lua-yaml
/
Makefile.patch
blob
72cef617fcf08f3bdc67e838e36138b31b7871f3
1
--- yaml-0.2-orig/Makefile 2010-03-06 21:58:10.757823698 -0600
2
+++ yaml-0.2/Makefile 2010-03-06 22:00:52.444590033 -0600
3
@@ -22,7 +22,7 @@
4
all: yaml.so
5
6
install:
7
- cp -f yaml.so $(LUA_LIBDIR)
8
+ install -D -m644 yaml.so $(LUA_LIBDIR)/yaml.so
9
10
uninstall:
11
rm -f $(LUA_LIBDIR)/yaml.so