Advertisement
Guest User

Untitled

a guest
May 10th, 2014
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. root@labossrv31 linux-source-3.2.0 # fakeroot debian/rules binary-headers binary-generic
  2. dh_testdir
  3. dh_testroot
  4. dh_clean -k -plinux-headers-3.2.0-61
  5. dh_clean: dh_clean -k is deprecated; use dh_prep instead
  6. install -d /usr/src/linux-source-3.2.0/debian/linux-headers-3.2.0-61/usr/src/linux-headers-3.2.0-61
  7. find . -path './debian' -prune -o -path './debian.master' -prune \
  8. -o -path './include/*' -prune \
  9. -o -path './scripts/*' -prune -o -type f \
  10. \( -name 'Makefile*' -o -name 'Kconfig*' -o -name 'Kbuild*' -o \
  11. -name '*.sh' -o -name '*.pl' -o -name '*.lds' \) \
  12. -print | cpio -pd --preserve-modification-time /usr/src/linux-source-3.2.0/debian/linux-headers-3.2.0-61/usr/src/linux-headers-3.2.0-61
  13. 0 blocks
  14. cp -a drivers/media/dvb/dvb-core/*.h /usr/src/linux-source-3.2.0/debian/linux-headers-3.2.0-61/usr/src/linux-headers-3.2.0-61/drivers/media/dvb/dvb-core
  15. cp: cannot stat `drivers/media/dvb/dvb-core/*.h': No such file or directory
  16. make: *** [install-headers] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement