r46508 - /packages/unstable/polari/debian/rules
biebl at users.alioth.debian.org
biebl at users.alioth.debian.org
Mon Oct 12 10:31:35 UTC 2015
Author: biebl
Date: Mon Oct 12 10:31:34 2015
New Revision: 46508
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=46508
Log:
Quote the arguments for find, better be safe then sorry
Modified:
packages/unstable/polari/debian/rules
Modified: packages/unstable/polari/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/polari/debian/rules?rev=46508&op=diff
==============================================================================
--- packages/unstable/polari/debian/rules [utf-8] (original)
+++ packages/unstable/polari/debian/rules [utf-8] Mon Oct 12 10:31:34 2015
@@ -16,7 +16,7 @@
override_dh_install:
# Since dh_install -X.la isn't working...
- find -name *.la -delete
+ find debian/polari -name '*.la' -delete
dh_install -X.la
override_dh_installchangelogs:
More information about the pkg-gnome-commits
mailing list