]> rtime.felk.cvut.cz Git - hercules2020/hercules-compiler.git/blobdiff - README.md
Changed debian/rules
[hercules2020/hercules-compiler.git] / README.md
index cb4eef1054f7a2dac1967a8e3b64bbc21f103ab6..3fcdb70e3c240967135f0559a453d153f6edf021 100644 (file)
--- a/README.md
+++ b/README.md
@@ -28,7 +28,7 @@ A simple method to create a native Debian package is the following:
 
     apt install build-essential cmake ninja-build python3 gcc-5 g++-5
     make create-orig-tgz
-    dpkg-buildpackage -uc -us
+    dpkg-buildpackage -b -uc
 
 Note that gcc-5 may not be available in newer distributions such as
 Debian Stretch. It is possible to compile it from source. For example