[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: GNU standards: DESTDIR with symlinks
From: |
Alfred M. Szmidt |
Subject: |
Re: GNU standards: DESTDIR with symlinks |
Date: |
Tue, 27 Sep 2022 03:01:19 -0400 |
What Bruno said is spot on.
DESTDIR should under no circumstances modify anything, that is to say
if you do `make install' and `make install DESTDIR=/tmp' the two
should be identical.
So whatever symlinks created should be the same with, or without
DESTDIR -- even it it causes a "broken" situation (symlinks not
pointing right). The intent when using DESTDIR is to later re-locate
all files.