Navigation Menu

Skip to content

Commit

Permalink
Set the default rsync path
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 29, 2012
1 parent 87091ed commit e5a655e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -259,7 +259,7 @@ AC_ARG_WITH(rsync-path,
[AS_HELP_STRING([--with-rsync-path=PATH],
[specify rsync path to upload mroonga packages.])],
[RSYNC_PATH="$withval"],
[RSYNC_PATH=""])
[RSYNC_PATH="packages@packages.groonga.org:public"])
AC_SUBST(RSYNC_PATH)

GPG_UID=m4_include(gpg_uid)
Expand Down

0 comments on commit e5a655e

Please sign in to comment.