change to top-level makefile (would be ok?)
Please check the following if it would be good. I use pathcmd in the
documentation area and as it is now, it doesn't work for updates since
that's a relative dir and I don't want to have to look for relative
dirs and put '..' in front....
--
.....Adam Di Carlo....adam@onShore.com.....<URL:http://www.onShore.com/>
--- Makefile 1999/01/27 01:52:25 1.50
+++ Makefile 1999/01/28 23:09:31
@@ -42,7 +42,7 @@
local=$(ftp_archive)/local/binary-$(architecture)
# where to look for .deb files (local updates, archive base & admin dirs)
-pathcmd = ls -1ft updates/P $(local)/P $(archive)/base/P $(archive)/admin/P 2>/dev/null | head -1
+pathcmd = ls -1ft `pwd`/updates/P $(local)/P $(archive)/base/P $(archive)/admin/P 2>/dev/null | head -1
-include Makefile.config
Reply to: