[SCM] ci-tooling packaging branch, master, updated. e7f03b98da6baa89c022a65f246c53e9c4019937

Rohan Garg rohangarg-guest at moszumanska.debian.org
Mon May 4 13:41:13 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/ci-tooling.git;a=commitdiff;h=e7f03b9

The following commit has been merged in the master branch:
commit e7f03b98da6baa89c022a65f246c53e9c4019937
Author: Rohan Garg <rohan at garg.io>
Date:   Mon May 4 15:40:41 2015 +0200

    Follow symlinks, possible solution to isolinux.bin not being found
---
 dci/imager.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dci/imager.rb b/dci/imager.rb
index 9cfd418..6f7d16f 100644
--- a/dci/imager.rb
+++ b/dci/imager.rb
@@ -163,7 +163,7 @@ Dir.chdir('build') do
   case FLAVOR
   when /.*netrunner.*desktop/
     FileUtils.mkdir_p('config/bootloaders/isolinux/') unless Dir.exist?('config/bootloaders/isolinux/')
-    system('cp -avR /usr/share/syslinux/themes/netrunner/isolinux-live/* config/bootloaders/isolinux/')
+    system('cp -avRL /usr/share/syslinux/themes/netrunner/isolinux-live/* config/bootloaders/isolinux/')
   end
 
 

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list