[BUG SUB] duplicated DESTDIR for apps/irssi/docs/ - silc-client
Benito
benito at zeromail.org
Sat Jun 2 18:41:38 CEST 2007
Software: silc-client
Version: 1.0.4.1
Operating System: Linux 2.6
Installation: source
Severity: non-critical
Description:
When using DESTDIR with \'make install\' the files from apps/irssi/docs/ are installed to $DESTDIR/$DESTDIR/$prefix
All other files are installed correctly to $DESTDIR/$prefix
I couldn\'t spot the culprit closely as I\'m not too familiar with the syntax of Makefiles.
How to repeat:
tar -xczf silc-client-1.0.4.1.tar.gz
mkdir test
cd silc-client-1.0.4.1
./configure
make
make DESTDIR=\"$(dirname $(pwd))/test\" install
ls -lR ../test/
Remote Environment:
unspecified
Fix:
unspecified
More information about the silc-devel
mailing list