r44677 - /packages/rheolef/trunk/debian/rules

saramito-guest at users.alioth.debian.org saramito-guest at users.alioth.debian.org
Fri Apr 6 21:57:29 UTC 2012


Author: saramito-guest
Date: Fri Apr  6 21:57:28 2012
New Revision: 44677

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=44677
Log:
fix rpath

Modified:
    packages/rheolef/trunk/debian/rules

Modified: packages/rheolef/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/rheolef/trunk/debian/rules?rev=44677&op=diff
==============================================================================
--- packages/rheolef/trunk/debian/rules (original)
+++ packages/rheolef/trunk/debian/rules Fri Apr  6 21:57:28 2012
@@ -97,12 +97,12 @@
         # fi
 
 	# delete rpath (debian policy) if any:
-	- chrpath -d $(TMPDIR)/usr/lib/librheolef.*so*
 	- chrpath -d $(TMPDIR)/usr/bin/branch
 	- chrpath -d $(TMPDIR)/usr/bin/field
 	- chrpath -d $(TMPDIR)/usr/bin/geo
 	- chrpath -d $(TMPDIR)/usr/bin/msh2geo
-	- chrpath -d $(TMPDIR)/usr/lib/librheolef.so.1.0.0
+	- chrpath -d $(TMPDIR)/usr/lib/librheolef.*so*
+	- chrpath -d $(TMPDIR)/usr/lib/rheolef/mkgeo_*
 
 	# Changing file access permissions
 	chmod 755 $(TMPDIR)/usr/share/rheolef/check-shlibpath_var.sh




More information about the debian-science-commits mailing list