DragonFly BSD
DragonFly submit List (threaded) for 2004-07
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

nrelease/Makefile patch


From: Pawel Biernacki <kaktus@xxxxxxxxxxxxxxx>
Date: 16 Jul 2004 18:02:32 GMT

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




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