r46507 - /desktop/unstable/gnome-maps/debian/rules
biebl at users.alioth.debian.org
biebl at users.alioth.debian.org
Mon Oct 12 10:31:17 UTC 2015
Author: biebl
Date: Mon Oct 12 10:31:17 2015
New Revision: 46507
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=46507
Log:
Quote the arguments for find, better be safe then sorry
Modified:
desktop/unstable/gnome-maps/debian/rules
Modified: desktop/unstable/gnome-maps/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-maps/debian/rules?rev=46507&op=diff
==============================================================================
--- desktop/unstable/gnome-maps/debian/rules [utf-8] (original)
+++ desktop/unstable/gnome-maps/debian/rules [utf-8] Mon Oct 12 10:31:17 2015
@@ -9,7 +9,7 @@
override_dh_auto_install:
dh_auto_install
- find debian/gnome-maps -name *.la -delete -o -name *.a -delete
+ find debian/gnome-maps -name '*.la' -delete -o -name '*.a' -delete
override_dh_makeshlibs:
dh_makeshlibs -X/usr/lib/$(DEB_HOST_MULTIARCH)/gnome-maps
More information about the pkg-gnome-commits
mailing list