diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2017-04-23 00:00:10 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2017-04-23 00:00:10 +0000 |
commit | b2eac2dedd62224df07148a9e42eae0197902c00 (patch) | |
tree | 7f78a7260c9b26f386da7cf177cc8a9034bade36 /INSTALL | |
parent | e48c16f37bac55820c605f82c07f04436a55f415 (diff) | |
download | skalibs-b2eac2dedd62224df07148a9e42eae0197902c00.tar.xz |
Align ancillary buffers on struct cmsghdr and int boundaries
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -119,7 +119,7 @@ HOST-ar, etc.) are accessible via your PATH environment variable * give the correct --host option * for --prefix, --bindir and other paths, always use the run-time path * to install the cross-compiled package in a staging directory /your/stage, - perform "make install DESTDIR=/your/staging/directory" + perform "make install DESTDIR=/your/stage" * The slashpackage convention |