Author: aurel32
Date: 2006-04-10 01:21:25 +0000 (Mon, 10 Apr 2006)
New Revision: 1375

Modified:
   glibc-package/trunk/debian/rules.d/debhelper.mk
Log:
Correctly install the build log for otherbuild packages



Modified: glibc-package/trunk/debian/rules.d/debhelper.mk
===================================================================
--- glibc-package/trunk/debian/rules.d/debhelper.mk     2006-04-10 00:54:39 UTC 
(rev 1374)
+++ glibc-package/trunk/debian/rules.d/debhelper.mk     2006-04-10 01:21:25 UTC 
(rev 1375)
@@ -223,8 +223,6 @@
            cp debian/debhelper.in/libc-alt-dev.install $$zd; \
            sed -e "s#TMPDIR#debian/tmp-$$x#" -i $$zd; \
            sed -e "s#DEB_SRCDIR#$(DEB_SRCDIR)#" -i $$zd; \
-           sed -e "s#LIBC#$(libc)#" -i $$z; \
-           sed -e "s#FLAVOR#$$x#" -i $$z; \
            sed -e "s#LIBDIR#$$libdir#" -i $$zd; \
            sed -e "s/^#.*//" -i $$zd; \
            ;; \
@@ -244,6 +242,8 @@
          sed -e "s#DEB_SRCDIR#$(DEB_SRCDIR)#" -i $$z; \
          sed -e "s#SLIBDIR#$$slibdir#g" -i $$z; \
          sed -e "s#LIBDIR#$$libdir#g" -i $$z; \
+         sed -e "s#FLAVOR#$$x#" -i $$z; \
+         sed -e "s#LIBC#$(libc)#" -i $$z; \
          sed -e "s/^#.*//" -i $$z; \
        done
 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to