From e4744f68ce9d9589092d9736c370f254d7d3f7eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20=27sil2100=27=20Zemczak?= Date: Thu, 17 Sep 2015 11:42:51 +0200 Subject: [PATCH] Ok, again try convincing people that using a subproject here is the way to go... --- live-build/auto/config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/live-build/auto/config b/live-build/auto/config index 3dbb0544..8ead620a 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -448,6 +448,9 @@ case $PROJECT in OPTS="${OPTS:+$OPTS }--mirror-binary-security ${MIRROR}" OPTS="${OPTS:+$OPTS }--mirror-binary ${MIRROR}" ;; + ubuntu-pd) + add_package install ubuntu-pocket-desktop + ;; esac ;;