wok-next diff linux-libre/receipt @ rev 20456
Combine receipts
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Mar 02 03:33:54 2018 +0200 (2018-03-02) |
parents | 6e60cb130afd |
children | d5aab818505e |
line diff
1.1 --- a/linux-libre/receipt Fri Jun 23 10:28:06 2017 +0200 1.2 +++ b/linux-libre/receipt Fri Mar 02 03:33:54 2018 +0200 1.3 @@ -26,7 +26,7 @@ 1.4 linux-libre-scsi linux-libre-sound linux-libre-source linux-libre-speakup \ 1.5 linux-libre-squashfs linux-libre-toshiba linux-libre-udf linux-libre-usbdsl \ 1.6 linux-libre-usbip linux-libre-usb-misc linux-libre-uwb linux-libre-video \ 1.7 -linux-libre-wimax linux-libre-wireless linux-libre-without-modules" 1.8 +linux-libre-wimax linux-libre-wireless linux-libre-without-modules lguest-libre" 1.9 1.10 # Rules to configure and make the package. 1.11 compile_rules() 1.12 @@ -1325,6 +1325,12 @@ 1.13 CAT="base-system|without module support" 1.14 PROVIDE="linux-without-modules" 1.15 ;; 1.16 + lguest-libre) 1.17 + mkdir -p $fs/usr/sbin 1.18 + cp $src/Documentation/lguest/lguest $fs/usr/sbin 1.19 + CAT="base-system|paravirtualization tool" 1.20 + PROVIDE="lguest" 1.21 + ;; 1.22 esac 1.23 } 1.24