projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8fc5ea0
)
libroxml: fix staging install directory path
author
Gary Bisson
<bisson.gary@gmail.com>
Tue, 17 Dec 2013 18:03:46 +0000
(10:03 -0800)
committer
Peter Korsgaard
<peter@korsgaard.com>
Tue, 17 Dec 2013 19:44:54 +0000
(20:44 +0100)
Signed-off-by: Gary Bisson <bisson.gary@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/libroxml/libroxml.mk
patch
|
blob
|
history
diff --git
a/package/libroxml/libroxml.mk
b/package/libroxml/libroxml.mk
index 3eefd9d425ba0daa4ef199eebd8d1263e93530f3..ca32bf93832b918c7ce439c742e5ae6ad7caefc9 100644
(file)
--- a/
package/libroxml/libroxml.mk
+++ b/
package/libroxml/libroxml.mk
@@
-13,7
+13,7
@@
define LIBROXML_BUILD_CMDS
endef
define LIBROXML_INSTALL_STAGING_CMDS
- $(MAKE) DESTDIR=$(STAGING_DIR) -C $(@D) install
+ $(MAKE) DESTDIR=$(STAGING_DIR)
/usr/
-C $(@D) install
endef
define LIBROXML_INSTALL_TARGET_CMDS