[Pkg-lyx-devel] svn commit: r308 - /lyx/branches/lyx-1.5/debian/rules
pelle at users.alioth.debian.org
pelle at users.alioth.debian.org
Sun Jun 17 17:57:47 UTC 2007
Author: pelle
Date: Sun Jun 17 17:57:47 2007
New Revision: 308
URL: http://svn.debian.org/wsvn/pkg-lyx/?sc=1&rev=308
Log:
improved hack
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=308&op=diff
==============================================================================
--- lyx/branches/lyx-1.5/debian/rules (original)
+++ lyx/branches/lyx-1.5/debian/rules Sun Jun 17 17:57:47 2007
@@ -82,7 +82,7 @@
mv config/config.sub.backup config/config.sub || true
# temporary hack since these files are not removed
- rm -f lib/lyx2lyx/*.pyc
+ find lib -name '*.pyc' | xargs rm
dh_clean
More information about the Pkg-lyx-devel
mailing list