The following commit has been merged in the master branch:
commit d2ddf6145cae2945ae7acfefc24d28c8309b4f1a
Author: Francesco Paolo Lovergine <fran...@debian.org>
Date:   Tue Apr 26 18:01:49 2011 +0200

    Minor fix.

diff --git a/debian/rules b/debian/rules
index d243469..3b403d2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -163,7 +163,7 @@ install: build
        # removing embedded rpath in perl shlibs
        -find $(CURDIR)/debian/tmp/$(PERL_PATH) -type f -name "*.so" -exec 
chrpath --delete {} \;
        # removing embedded rpath in main lib
-       -find $(CURDIR)/debian/tmp/usr/lib -type f -name "*.so" -exec chrpath 
--delete {} \;
+       -find $(CURDIR)/debian/tmp/usr/lib -type f -name "*.so*" -exec chrpath 
--delete {} \;
        
        # moves ruby/perl stuff the right dirs
        install -o root -g root -d $(CURDIR)/debian/tmp/usr/lib/perl5/auto

-- 
GDAL/OGR library and tools

_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel

Reply via email to