File: lang-Makefile.patch

package info (click to toggle)
kuttypy 2.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 37,896 kB
  • sloc: python: 58,651; javascript: 14,686; xml: 5,767; ansic: 2,716; makefile: 453; asm: 254; sh: 48
file content (14 lines) | stat: -rw-r--r-- 392 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Index: kuttypy/lang/Makefile
===================================================================
--- kuttypy.orig/lang/Makefile
+++ kuttypy/lang/Makefile
@@ -11,7 +11,8 @@ $(QM_FILES): $(TS_FILES)
 	lrelease -qt5 kpy.pro
 
 $(TS_FILES): kpy.pro
-	$(PYLUPDATE) kpy.pro
+	@echo not updating $(TS_FILES)
+	#$(PYLUPDATE) kpy.pro
 
 kpy.pro: $(SOURCES)
 	echo "# GENERATED FILE, DO NOT EDIT" > $@