From d6deb9f56597facdf82ccfe12d5f19ede55492ce Mon Sep 17 00:00:00 2001 From: Steve Baker Date: Tue, 6 Aug 2013 14:30:56 +1200 Subject: [PATCH] Package dib-run-parts dib-run-parts is a symlink into the elements directory. During packaging the symlink is preserved however during installation dib-run-parts becomes a file containing the contents of the symlink target. Related-Bug: #1212482 Change-Id: I78c28a52689810a2ccfc9925a9ac8df017c44326 --- setup.cfg | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup.cfg b/setup.cfg index bf9d4d186..542037746 100644 --- a/setup.cfg +++ b/setup.cfg @@ -18,7 +18,11 @@ classifier = [files] packages = diskimage_builder + +# dib-run-parts and ramdisk-image-create are symlinks which become +# real files on install; see lp bug #1212482 scripts = + bin/dib-run-parts bin/disk-image-create bin/disk-image-get-kernel bin/element-info