File: Makefile.patch

package info (click to toggle)
turing 0.11-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,340 kB
  • sloc: python: 106,582; xml: 101; makefile: 53; sh: 29
file content (13 lines) | stat: -rw-r--r-- 327 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: turing/src/Makefile
===================================================================
--- turing.orig/src/Makefile
+++ turing/src/Makefile
@@ -1,7 +1,7 @@
 DESTDIR =
 
 all:
-	pylupdate5 project-linux.pro
+	pyside2-lupdate project-linux.pro
 	make -C lang $@ DESTDIR=$(DESTDIR)
 	make -C forms $@ DESTDIR=$(DESTDIR)