slyfox      17/08/08 11:06:09

  Modified:             make-tarball.sh
  Log:
  disable ldconfig run in 9999 patchset

Revision  Changes    Path
1.12                 src/patchsets/glibc/make-tarball.sh

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/glibc/make-tarball.sh?rev=1.12&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/glibc/make-tarball.sh?rev=1.12&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/glibc/make-tarball.sh?r1=1.11&r2=1.12

Index: make-tarball.sh
===================================================================
RCS file: /var/cvsroot/gentoo/src/patchsets/glibc/make-tarball.sh,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- make-tarball.sh     7 Aug 2017 08:32:12 -0000       1.11
+++ make-tarball.sh     8 Aug 2017 11:06:09 -0000       1.12
@@ -33,11 +33,7 @@
 mkdir -p tmp/patches
 # copy README.Gentoo.patches
 cp ../README* tmp/patches/ || exit 1
-if [[ ${PV} = 9999 ]]; then
-       echo "Warning: ${PV} patchset includes only extra/"
-else
-       cp ${PV}/*.patch tmp/patches/ || exit 1
-fi
+cp ${PV}/*.patch tmp/patches/ || exit 1
 cp -r extra tmp/ || exit 1
 cp ${PV}/README* tmp/patches/ 2>/dev/null || exit
 




Reply via email to