[packages/adapter: 109/631] - commented out few lines about x11

glen glen at pld-linux.org
Mon Sep 12 19:43:36 CEST 2016


commit c04718851f098ccca20a939ca5426e4ad3837f8d
Author: juandon <witekfl at pld-linux.org>
Date:   Sun Jan 19 00:50:05 2003 +0000

    - commented out few lines about x11
    
    Changed files:
        adapter.awk -> 1.109

 adapter.awk | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/adapter.awk b/adapter.awk
index ea72b3f..e2f4e65 100644
--- a/adapter.awk
+++ b/adapter.awk
@@ -101,12 +101,12 @@ defattr == 1 {
 	}
 
 	# Define _prefix and _mandir if it is X11 application
-	if (/^%description$/ && x11 == 1) {
-		print "%define\t\t_prefix\t\t/usr/X11R6"
-		print "%define\t\t_mandir\t\t%{_prefix}/man\n"
-		prefix = "/usr/X11R6"
-		x11 = 2
-	}
+#	if (/^%description$/ && x11 == 1) {
+#		print "%define\t\t_prefix\t\t/usr/X11R6"
+#		print "%define\t\t_mandir\t\t%{_prefix}/man\n"
+#		prefix = "/usr/X11R6"
+#		x11 = 2
+#	}
 	
 	# Format description
 	if (description == 1 && !/^%[a-z]+/ && !/^%description/) {
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/adapter.git/commitdiff/6ca0126d4d0c8c79feb7db10b0a0fade0f3b8885



More information about the pld-cvs-commit mailing list