Advertisement
Guest User

openwrt_packages_utils_systemd-udev_Makefile

a guest
Feb 22nd, 2013
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. diff -ru a/packages/utils/systemd-udev/Makefile b/packages/utils/systemd-udev/Makefile
  2. --- a/packages/utils/systemd-udev/Makefile 2013-02-13 22:04:00.000000000 +0400
  3. +++ b/packages/utils/systemd-udev/Makefile 2013-02-22 12:47:25.783069741 +0400
  4. @@ -115,6 +115,9 @@
  5.  
  6. define Build/InstallDev
  7. $(INSTALL_DIR) $(1)/usr/include
  8. + $(CP) \
  9. + $(PKG_INSTALL_DIR)/usr/include/gudev-1.0/gudev \
  10. + $(1)/usr/include/
  11. $(CP) $(PKG_INSTALL_DIR)/usr/include/libudev.h $(1)/usr/include
  12. $(INSTALL_DIR) $(1)/usr/share/pkgconfig
  13. $(CP) $(PKG_INSTALL_DIR)/usr/share/pkgconfig/udev.pc $(1)/usr/share/pkgconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement