bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

GNU sharutils 4.5.1


From: John T. Rose
Subject: GNU sharutils 4.5.1
Date: Thu, 08 Sep 2005 11:30:53 CDT

When installing this today I noticed that the compress link is
botched and does not honor the DESTDIR variable. I'm guessing the
src/Makefile.am should have

compress-link:
        test -f $(DESTDIR)$(bindir)/compress-dummy \
          && ln -sf compress-dummy $(DESTDIR)$(bindir)/compress

rather than

compress-link:
        test -f $(bindir)/compress-dummy \
          && ln -sf compress-dummy $(bindir)/compress

in it?

John
--
John T. Rose                         Information Technology Services
address@hidden                     Academic Systems Group
Systems Analyst                      237 Durham Center
<A HREF="http://rose.public.iastate.edu/";>John T. Rose</A>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]