[Pkg-lyx-devel] svn commit: r309 - /lyx/branches/lyx-1.5/debian/rules

pelle at users.alioth.debian.org pelle at users.alioth.debian.org
Sun Jun 17 17:59:34 UTC 2007


Author: pelle
Date: Sun Jun 17 17:59:34 2007
New Revision: 309

URL: http://svn.debian.org/wsvn/pkg-lyx/?sc=1&rev=309
Log:
argh, didnt work. Try again

Modified:
    lyx/branches/lyx-1.5/debian/rules

Modified: lyx/branches/lyx-1.5/debian/rules
URL: http://svn.debian.org/wsvn/pkg-lyx/lyx/branches/lyx-1.5/debian/rules?rev=309&op=diff
==============================================================================
--- lyx/branches/lyx-1.5/debian/rules (original)
+++ lyx/branches/lyx-1.5/debian/rules Sun Jun 17 17:59:34 2007
@@ -82,7 +82,7 @@
 	mv config/config.sub.backup config/config.sub || true
 
 # temporary hack since these files are not removed
-	find lib -name '*.pyc' | xargs rm
+	find lib -name '*.pyc' -exec rm {} \;
 
 	dh_clean
 
@@ -114,7 +114,7 @@
 	chmod +x debian/lyx-common/usr/share/lyx/lyx2lyx/lyx2lyx
 
 # remove compiled python files
-	find debian/lyx-common -name '*.pyc' | xargs rm
+	find debian/lyx-common -name '*.pyc' -exec rm {} \;
 
 binary-indep: build install
 	dh_testdir




More information about the Pkg-lyx-devel mailing list