r46509 - /packages/unstable/gnome-characters/debian/rules
biebl at users.alioth.debian.org
biebl at users.alioth.debian.org
Mon Oct 12 10:31:50 UTC 2015
Author: biebl
Date: Mon Oct 12 10:31:50 2015
New Revision: 46509
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=46509
Log:
Quote the arguments for find, better be safe then sorry
Modified:
packages/unstable/gnome-characters/debian/rules
Modified: packages/unstable/gnome-characters/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-characters/debian/rules?rev=46509&op=diff
==============================================================================
--- packages/unstable/gnome-characters/debian/rules [utf-8] (original)
+++ packages/unstable/gnome-characters/debian/rules [utf-8] Mon Oct 12 10:31:50 2015
@@ -11,4 +11,4 @@
override_dh_auto_install:
dh_auto_install
- find debian/gnome-characters -name *.la -delete
+ find debian/gnome-characters -name '*.la' -delete
More information about the pkg-gnome-commits
mailing list