Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=fwlive.git;a=commitdiff;h=6bd2dfa44e4444b629eff1107adcd2a8c66cf86b

commit 6bd2dfa44e4444b629eff1107adcd2a8c66cf86b
Author: Janny <[EMAIL PROTECTED]>
Date:   Sun Mar 9 21:03:53 2008 +0100

fwlive
* fixed current & stable repo typo

diff --git a/Makefile b/Makefile
index aa74c9b..a6e5189 100644
--- a/Makefile
+++ b/Makefile
@@ -57,7 +57,8 @@ check-tree:
repo=$$(eval "echo \$${$${i}_fdb/.fdb}"); \
[ -z "$$repo" ] && repo="$$i"; \
[ ${TREE} == testing ] && echo "[frugalware-current]" >> ${PACCONF}; \
-               [ ${TREE} == current ] || [ ${TREE} == stable ] && echo 
"[frugalware-$$repo]" >> ${PACCONF}; \
+               [ ${TREE} == current ] && echo "[frugalware-current]" >> 
${PACCONF}; \
+               [ ${TREE} == stable ] && echo "[frugalware]" >> ${PACCONF}; \
echo "Server = 
http://ftp.frugalware.org/pub/frugalware/frugalware-$$repo/frugalware-i686"; >> 
${PACCONF}; \
done
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to