diff options
-rw-r--r-- | AUTHORS | 1 | ||||
-rwxr-xr-x | configure | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -22,3 +22,4 @@ Thanks to: Gorka Lertxundi <glertxundi@gmail.com> Buck Evan <buck@yelp.com> John O'Meara <john.fr.omeara@gmail.com> + Michael Zuo <muh.muhten@gmail.com> @@ -205,7 +205,7 @@ fi # Expand installation directories stripdir prefix -for i in exec_prefix dynlibdir libexecdir bindir sbindir libdir includedir datadir sysdeps sproot skalibs ; do +for i in exec_prefix dynlibdir libexecdir bindir sbindir libdir includedir datadir sysdeps sproot ; do eval tmp=\${$i} eval $i=$tmp stripdir $i |