wok diff linux-libre-without-modules/receipt @ rev 18395

open-vm-tools: add missing dep linux-module-headers
author Nathan Neulinger <nneul@neulinger.org>
date Sat Sep 19 01:56:55 2015 +0000 (2015-09-19)
parents ad59999b3fce
children 9e8d7fd12ee2
line diff
     1.1 --- a/linux-libre-without-modules/receipt	Wed Jun 05 16:21:04 2013 +0200
     1.2 +++ b/linux-libre-without-modules/receipt	Sat Sep 19 01:56:55 2015 +0000
     1.3 @@ -14,6 +14,6 @@
     1.4  genpkg_rules()
     1.5  {
     1.6  	mkdir -p $fs/boot   
     1.7 -	cp -a $_pkg/bzImage $fs/boot/vmlinuz-$VERSION-slitaz-without-modules
     1.8 +	cp -a $install/bzImage $fs/boot/vmlinuz-$VERSION-slitaz-without-modules
     1.9  }
    1.10