Author: aurel32
Date: 2009-08-31 05:03:58 +0000 (Mon, 31 Aug 2009)
New Revision: 3784

Modified:
   glibc-package/trunk/debian/rules.d/debhelper.mk
Log:
Fix a typo


Modified: glibc-package/trunk/debian/rules.d/debhelper.mk
===================================================================
--- glibc-package/trunk/debian/rules.d/debhelper.mk     2009-08-27 21:08:01 UTC 
(rev 3783)
+++ glibc-package/trunk/debian/rules.d/debhelper.mk     2009-08-31 05:03:58 UTC 
(rev 3784)
@@ -142,7 +142,7 @@
 $(stamp)debhelper:
        for x in `find debian/debhelper.in -maxdepth 1 -type f`; do \
          y=debian/`basename $$x`; \
-         z=`echo $$y | sed -e 
's#libc\(\|-alt\|-dev\|-dev-alt\|-otherbuild\|-pic\|-proc\|-udeb\)\.#$(libc)\1.#g'`;
 \
+         z=`echo $$y | sed -e 
's#libc\(\|-alt\|-dev\|-dev-alt\|-otherbuild\|-pic\|-prof\|-udeb\)\.#$(libc)\1.#g'`;
 \
          cp $$x $$z; \
          sed -e "s#BUILD-TREE#$(build-tree)#" -i $$z; \
          sed -e "/NSS_CHECK/r debian/script.in/nsscheck.sh" -i $$z; \


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

Reply via email to