[Pkg-kde-commits] rev 1687 -
people/dato/packages/trunk/amarok/debian
Adeodato Simó
adeodato at costa.debian.org
Mon Sep 5 10:36:27 UTC 2005
Author: adeodato
Date: 2005-09-05 10:36:26 +0000 (Mon, 05 Sep 2005)
New Revision: 1687
Modified:
people/dato/packages/trunk/amarok/debian/rules
Log:
Small rules change.
Modified: people/dato/packages/trunk/amarok/debian/rules
===================================================================
--- people/dato/packages/trunk/amarok/debian/rules 2005-09-05 01:20:09 UTC (rev 1686)
+++ people/dato/packages/trunk/amarok/debian/rules 2005-09-05 10:36:26 UTC (rev 1687)
@@ -28,8 +28,8 @@
cp -f /usr/share/libtool/libtool.m4 $(DEB_SRCDIR)/admin/libtool.m4.in
cp -f /usr/share/libtool/ltmain.sh $(DEB_SRCDIR)/admin/ltmain.sh
for f in /usr/share/automake-1.9/*; do \
- if test -f $$f && ! test -L $$f && \
- test $(DEB_SRCDIR)/admin/`basename $$f`; then \
+ if test -f $$f && \
+ test -f $(DEB_SRCDIR)/admin/`basename $$f`; then \
cp -f $$f $(DEB_SRCDIR)/admin; \
fi; \
done
More information about the pkg-kde-commits
mailing list