projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2781b83
)
libinput: include cmdline tools in package
author
Daniel Golle
<daniel@makrotopia.org>
Thu, 14 Jan 2016 00:11:17 +0000
(
01:11
+0100)
committer
Daniel Golle
<daniel@makrotopia.org>
Thu, 14 Jan 2016 00:24:02 +0000
(
01:24
+0100)
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
libs/libinput/Makefile
patch
|
blob
|
history
diff --git
a/libs/libinput/Makefile
b/libs/libinput/Makefile
index eeeea708ca33d8bbf56d8f844a57f1708b6cf853..9f58dc76fd650f6fe125bedd940c73e6051eb2db 100644
(file)
--- a/
libs/libinput/Makefile
+++ b/
libs/libinput/Makefile
@@
-52,9
+52,10
@@
define Build/InstallDev
endef
define Package/libinput/install
- $(INSTALL_DIR) $(1)/usr/lib/udev
- $(CP) $(PKG_INSTALL_DIR)/usr/lib/*.so* $(1)/usr/lib/
- $(CP) $(PKG_INSTALL_DIR)/usr/lib/udev/* $(1)/usr/lib/udev
+ $(INSTALL_DIR) $(1)/usr/lib
+ $(CP) $(PKG_INSTALL_DIR)/usr/lib/{udev,*.so*} $(1)/usr/lib
+ $(INSTALL_DIR) $(1)/usr/bin
+ $(CP) $(PKG_INSTALL_DIR)/usr/bin/* $(1)/usr/bin
endef
$(eval $(call BuildPackage,libinput))