diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2015-11-05 01:01:16 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2015-11-05 01:01:16 +0000 |
commit | d5dba4ad2a6dd6ca7362eb19c470ac3c55c9269e (patch) | |
tree | b211ff519e72d66eab022b0137c0fe7382cf93da | |
parent | 320cdee53ad9f2252403402fb0b41764cdc001fd (diff) | |
download | s6-d5dba4ad2a6dd6ca7362eb19c470ac3c55c9269e.tar.xz |
- remove useless 'skalibs' expansion in configurev2.2.3.0
- credit muhmuhten
- version: 2.2.3.0
-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 |