Re: [aur-dev] [PATCH] INSTALL: Update required dummy data packages

2012-12-07 Thread Lukas Fleischer
On Tue, Dec 04, 2012 at 05:37:25PM -0500, canyonknight wrote:
> Signed-off-by: canyonknight 
> ---
>  INSTALL | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

Applied on maint -- thanks!

> diff --git a/INSTALL b/INSTALL
> index 1a41066..047cfc4 100644
> --- a/INSTALL
> +++ b/INSTALL
> @@ -72,7 +72,7 @@ Setup on Arch Linux:
> (give password 'aur' at the prompt)
>  
>   - Optionally load some test data for development purposes.
> -   # pacman -S words mysql-python
> +   # pacman -S words fortune-mod
> # cd ~/aur/support/schema/
> # python gendummydata.py dummy-data.sql
> # bzip2 dummy-data.sql
> -- 
> 1.8.0.1


[aur-dev] [PATCH] INSTALL: Update required dummy data packages

2012-12-04 Thread canyonknight
Signed-off-by: canyonknight 
---
 INSTALL | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/INSTALL b/INSTALL
index 1a41066..047cfc4 100644
--- a/INSTALL
+++ b/INSTALL
@@ -72,7 +72,7 @@ Setup on Arch Linux:
(give password 'aur' at the prompt)
 
  - Optionally load some test data for development purposes.
-   # pacman -S words mysql-python
+   # pacman -S words fortune-mod
# cd ~/aur/support/schema/
# python gendummydata.py dummy-data.sql
# bzip2 dummy-data.sql
-- 
1.8.0.1