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

Rodrigo Souto gitlab at mg.gitlab.com
Tue Oct 31 18:29:23 BRST 2017


Rodrigo Souto pushed to branch master at Noosfero / noosfero


Commits:
b7ebeb94 by Rodrigo Souto at 2017-10-31T17:29:02-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/b7ebeb943e01d9399fcafb6a57512aa714025e84

---
View it on GitLab: https://gitlab.com/noosfero/noosfero/commit/b7ebeb943e01d9399fcafb6a57512aa714025e84
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/0ed16297/attachment.html>


More information about the Noosfero-dev mailing list