nrelease/Makefile patch

看板DFBSD_submit作者時間21年前 (2004/07/17 10:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
hi, there is some wrong url i nrelease/Makefile packets for installer are located in /packages/ not /packages/DragonFly/ Index: Makefile =================================================================== RCS file: /home/dcvs/src/nrelease/Makefile,v retrieving revision 1.13 diff -u -r1.13 Makefile --- Makefile 14 Jul 2004 18:44:59 -0000 1.13 +++ Makefile 16 Jul 2004 19:41:18 -0000 @@ -83,7 +83,7 @@ echo ""; \ echo "If you are trying to build the installer, the"; \ echo "required packages can be obtained from:"; \ - echo "http://www.bsdinstaller.org/packages/DragonFly/"; \ + echo "http://www.bsdinstaller.org/packages/"; \ exit 1; \ fi .endfor
文章代碼(AID): #10-8-e00 (DFBSD_submit)