[Git][noosfero/noosfero][stable-1.10] html5-video: fix backports file install

Rodrigo Souto gitlab at mg.gitlab.com
Tue Oct 31 18:37:00 BRST 2017


Rodrigo Souto pushed to branch stable-1.10 at Noosfero / noosfero


Commits:
fcb0a57d by Rodrigo Souto at 2017-10-31T17:31:15-03:00
html5-video: fix backports file install

- - - - -


1 changed file:

- plugins/html5_video/install.rb


Changes:

=====================================
plugins/html5_video/install.rb
=====================================
--- a/plugins/html5_video/install.rb
+++ b/plugins/html5_video/install.rb
@@ -1,7 +1,7 @@
 require 'fileutils'
 
 backports_file = File.join(File.expand_path(File.dirname(__FILE__)), 'jessie-backports.list')
-unless File.exist?(backports_file)
+unless File.exist?("/etc/apt/sources.list.d/jessie-backports.list")
   FileUtils.cp(backports_file, '/etc/apt/sources.list.d/')
 end
 



View it on GitLab: https://gitlab.com/noosfero/noosfero/commit/fcb0a57d3b888522cb2262b527264d2acacbcc25

---
View it on GitLab: https://gitlab.com/noosfero/noosfero/commit/fcb0a57d3b888522cb2262b527264d2acacbcc25
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listas.softwarelivre.org/pipermail/noosfero-dev/attachments/20171031/fc8b56f5/attachment-0001.html>


More information about the Noosfero-dev mailing list