Incorrect install with DESTDIR
Status: Beta
Brought to you by:
hraner
using cce-0.51-02132004-dist.tgz :
specifying DESTDIR during an 'install' gives incorrect
results
e.g.
make install DESTDIR=/my/root
a) some files are installed under /my/root/my/root i.e.
$(DESTDIR) taken twice
(errors in fonts/Makefile)
b) symlinks are produced with absolute path
e.g.
ls -la /my/root/usr/local/bin/ :
-rwsr-xr-x cce
lrwxrwxrwx cceb5 -> /my/root/usr/local/bin/ cce
but should be instead
cceb5 -> cce
(error in src/Makefile)
Logged In: YES
user_id=1110440
I added some patches one of which fixed this.