From acd190019d99fe25abf4515ca1834eb277161833 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 7 Jun 2016 03:42:06 -0400 Subject: fewer differences --- move.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'move.sh') diff --git a/move.sh b/move.sh index 869d315811..22caeb8a6f 100755 --- a/move.sh +++ b/move.sh @@ -228,7 +228,8 @@ fixup_makefile() { -e 's|^if (.*)|ifneq ($(\1),)|' \ -e 's|rootprefix|prefix|g' \ -e 's|rootbin|bin|g' \ - -e 's|rootlib|lib|g' + -e 's|rootlib|lib|g' \ + -e 's|--version-script=.*/([^/]+)\.sym|--version-script=$(srcdir)/\1.sym|g' } fixup_makefiles() ( -- cgit v1.2.3-54-g00ecf