diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2013-06-19 18:57:38 +0200 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2013-06-19 18:57:38 +0200 |
commit | c974992b19974bf4a00c1315bc6199f5b5b22717 (patch) | |
tree | bf480ce4db9aa42597ebbacaf4977b572b35c4da /README | |
parent | 97616b960093329cbca0df8c8657a9a9d3513ce9 (diff) | |
download | razer-bw-te-ctl-c974992b19974bf4a00c1315bc6199f5b5b22717.tar.gz razer-bw-te-ctl-c974992b19974bf4a00c1315bc6199f5b5b22717.tar.xz razer-bw-te-ctl-c974992b19974bf4a00c1315bc6199f5b5b22717.zip |
fakeroot is needed to build correct .deb's
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |