[Pkg-xfce-commits] r2289 - desktop/branches/svn-snapshots/xfdesktop4/debian
corsac at alioth.debian.org
corsac at alioth.debian.org
Tue Sep 9 20:22:18 UTC 2008
Author: corsac
Date: 2008-09-09 20:22:17 +0000 (Tue, 09 Sep 2008)
New Revision: 2289
Modified:
desktop/branches/svn-snapshots/xfdesktop4/debian/rules
Log:
grrr, noexpandtab
Modified: desktop/branches/svn-snapshots/xfdesktop4/debian/rules
===================================================================
--- desktop/branches/svn-snapshots/xfdesktop4/debian/rules 2008-09-09 20:21:19 UTC (rev 2288)
+++ desktop/branches/svn-snapshots/xfdesktop4/debian/rules 2008-09-09 20:22:17 UTC (rev 2289)
@@ -78,8 +78,8 @@
done
# rename the generic terminal file
- mv $(CURDIR)/debian/tmp/usr/share/applications/xfce4-terminal.desktop \
- $(CURDIR)/debian/tmp/usr/share/applications/xfce4-term.desktop
+ mv $(CURDIR)/debian/tmp/usr/share/applications/xfce4-terminal.desktop \
+ $(CURDIR)/debian/tmp/usr/share/applications/xfce4-term.desktop
# Remove the duplicated copies of XML in the Italian menu files.
for f in $(CURDIR)/debian/tmp/etc/xdg/xfce4/desktop/*.xml.it; do \
perl -i -ne 'BEGIN { $$state = 0; } if (/xml version="1.0"/) { $$state++; } if ($$state < 2) { print; }' $$f; \
More information about the Pkg-xfce-commits
mailing list