File: fix-jquery-ui-check.patch

package info (click to toggle)
ruby-jquery-ui-rails 6.0.1%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 180 kB
  • ctags: 11
  • sloc: sh: 34; ruby: 20; makefile: 11
file content (11 lines) | stat: -rw-r--r-- 276 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
--- a/Rakefile
+++ b/Rakefile
@@ -67,7 +67,7 @@
 end
 
 task :submodule do
-  sh 'git submodule update --init' unless File.exist?('jquery-ui/README.md')
+  sh 'git submodule update --init' unless File.exist?('jquery-ui/package.json')
 end
 
 def get_js_dependencies(basename)