aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2011-04-21 14:43:40 +0200
committerPřemysl Janouch <p.janouch@gmail.com>2011-06-09 21:11:22 +0200
commit423afa8eec9b87a2b011b9a55f67eaac08c027c7 (patch)
treef30540126e70da8b15f1d021158843e53a982245 /README.md
parentef2966e9bcd458069aa5af79de606c867729f4ef (diff)
downloadlogdiag-423afa8eec9b87a2b011b9a55f67eaac08c027c7.tar.gz
logdiag-423afa8eec9b87a2b011b9a55f67eaac08c027c7.tar.xz
logdiag-423afa8eec9b87a2b011b9a55f67eaac08c027c7.zip
Fix .deb package generation.
Update the README instructions, too, since fakeroot is essential. Ubuntu 11.04 did not want to accept the package previously.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index dafcbf6..3b0506c 100644
--- a/README.md
+++ b/README.md
@@ -40,7 +40,7 @@ Now you have two basic choices of installing the application:
system package manager. CMake offers DEB and RPM.
After _cpack_ finishes making the package, install this file.
- $ cpack -G DEB
+ $ fakeroot cpack -G DEB
# dpkg -i logdiag-0.0-Linux-x86_64.deb
# Building from sources on Windows