[Pkg-sks-commit] r88 - sks/trunk/sks/debian/patches

chrism at alioth.debian.org chrism at alioth.debian.org
Thu Jun 19 14:54:42 UTC 2008


Author: chrism
Date: 2008-06-19 14:54:41 +0000 (Thu, 19 Jun 2008)
New Revision: 88

Modified:
   sks/trunk/sks/debian/patches/508_build_fastbuild
Log:
[project @ 89]
since i can't cope with 200 implementation of ls in the
same code .. i just workaround all of them

Original author: fabbione
Date: 2003-12-09 20:43:08.481535+00:00

Modified: sks/trunk/sks/debian/patches/508_build_fastbuild
===================================================================
--- sks/trunk/sks/debian/patches/508_build_fastbuild	2008-06-19 14:54:13 UTC (rev 87)
+++ sks/trunk/sks/debian/patches/508_build_fastbuild	2008-06-19 14:54:41 UTC (rev 88)
@@ -1,6 +1,6 @@
 diff -ruN sks-1.0.6-old/sks_build.sh sks-1.0.6/sks_build.sh
 --- sks-1.0.6-old/sks_build.sh	2003-11-29 13:46:30.000000000 +0100
-+++ sks-1.0.6/sks_build.sh	2003-12-09 20:13:55.000000000 +0100
++++ sks-1.0.6/sks_build.sh	2003-12-09 21:42:06.000000000 +0100
 @@ -5,10 +5,42 @@
  # You might want to edit this file to reduce or increase memory usage 
  # depending on your system
@@ -23,10 +23,10 @@
 +    read
 +    case "$REPLY" in
 +     1)
-+	mode=fastbuild
++	mode="fastbuild"
 +     ;;
 +     2)
-+	mode=build
++	mode="build /var/lib/sks/dump/*.pgp"
 +     ;;
 +     *)
 +	echo "Option unknown. bye!"




More information about the Pkg-sks-commit mailing list