diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2015-01-02 14:21:09 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2015-01-02 14:21:09 +0000 |
commit | a00c76d92b46be53dbf448b3254af0db11d28e59 (patch) | |
tree | 7899b9cc69972942b3229056a0a083a8f4e1ef60 /configure | |
parent | 5142175c58cfda92f476b80c23178820d0130a5f (diff) | |
download | execline-a00c76d92b46be53dbf448b3254af0db11d28e59.tar.xz |
Add sysdeps to the list of special /usr snowflakes
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -197,6 +197,9 @@ if test -z "$prefix" ; then if test "$includedir" = '$prefix/include' ; then includedir=/usr/include fi + if test "$sysdeps" = '$prefix/lib/skalibs/sysdeps' ; then + sysdeps=/usr/lib/skalibs/sysdeps + fi fi # Expand installation directories |