From d223303d28c513ad7b4d07350d32337f3401c7a5 Mon Sep 17 00:00:00 2001 From: Bartek Zdanowski Date: Tue, 19 Nov 2013 21:35:12 +0100 Subject: [PATCH] Update README.md fixed symlink problem --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b5b62f13..17d7d53e8 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ root@host:~# aptitude install -y apache2 mysql-server php5 php5-mysql build-esse root@host:~# git clone https://github.com/ZoneMinder/ZoneMinder.git zoneminder; root@host:~# cd zoneminder; -root@host:~# ln -s distros/ubuntu1204; +root@host:~# ln -s distros/ubuntu1204 debian; root@host:~# dpkg-checkbuilddeps; root@host:~# dpkg-buildpackage; ```