From ab088d5af41a216768becd35dc4f9b84400d4afa Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Tue, 8 Apr 2008 12:22:18 -0400 Subject: Remove 'svndir' usage This was a holdover from the CVS scripts used to import and existing checkout Signed-off-by: Aaron Griffin --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b66e271..8c24840 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # mysql db info. DB_NAME:="archlinux" DB_USER:="archlinux" -DB_PASS:="passwords-are-cool" +DB_PASS:="passwords-are-NOT-cool" MYSQL_DEFS:=-DDB_NAME=\"$(DB_NAME)\" -DDB_USER=\"$(DB_USER)\" -DDB_PASS=\"$(DB_PASS)\" MYSQL_FLAGS:=-I/usr/include/mysql -L/usr/lib/mysql -lmysqlclient -- cgit v1.2.3-24-g4f1b