From c974992b19974bf4a00c1315bc6199f5b5b22717 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Wed, 19 Jun 2013 18:57:38 +0200 Subject: [PATCH] fakeroot is needed to build correct .deb's --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index ed3ce6a..7c04956 100644 --- a/README +++ b/README @@ -24,5 +24,5 @@ $ cmake .. -DCMAKE_INSTALL_PREFIX=/usr Note that there's no "make uninstall". For Debian-based distros, you can do the following instead of the last step: -$ cpack -G DEB +$ fakeroot cpack -G DEB # dpkg -i razer-bw-te-ctl-*.deb