diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-11-23 22:50:17 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-11-23 22:50:17 +0900 |
commit | a9cef411ca143413d48fee956364097a05f67a71 (patch) | |
tree | d391fabb1878ccfdb1557186a14ea5c42738a0f2 /debian/_buildscripts/local/README.txt | |
parent | 78f69187ea9a11644b16f87a4cee1a11415244b9 (diff) | |
download | tde-packaging-a9cef411ca143413d48fee956364097a05f67a71.tar.gz tde-packaging-a9cef411ca143413d48fee956364097a05f67a71.zip |
DEB build scripts: fixed code for cross-building. Remove extra
dependency on gettext-kde
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'debian/_buildscripts/local/README.txt')
-rw-r--r-- | debian/_buildscripts/local/README.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/_buildscripts/local/README.txt b/debian/_buildscripts/local/README.txt index 4d0595031..650d515bd 100644 --- a/debian/_buildscripts/local/README.txt +++ b/debian/_buildscripts/local/README.txt @@ -58,7 +58,7 @@ A) Environment preparation 7) Create pbuilder base package with the command: sudo pbuilder create If you wish to build for a different distro or architecture, use the command: - sudo DISTRIBUTION=<target distro> ARCHITECTURE=<target architecture> pbuilder create + sudo DISTRO_NAME=<target distro> ARCHITECTURE=<target architecture> pbuilder create 8) Setup the build scripts locally: - copy build scripts from "TDE_DIR/1_git/tde-packaging/debian/_buildscripts/local" to "TDE_DIR/buildscripts" |