diff options
author | Michele Calgaro <[email protected]> | 2018-06-20 19:13:35 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-06-20 19:16:10 +0900 |
commit | e324c2e7e496f30183b678e8fa1a3c10cdb80e5b (patch) | |
tree | 50fda18f6c1de7e73755e080fbc55a28833582ff /debian/_buildscripts/local/scripts/create_repo.sh | |
parent | 77398a607fe09f49f40349bce398661c43e77143 (diff) | |
download | tde-packaging-e324c2e7e496f30183b678e8fa1a3c10cdb80e5b.tar.gz tde-packaging-e324c2e7e496f30183b678e8fa1a3c10cdb80e5b.zip |
DEB build scripts: major update aimed at simplifying the use for
non-root users.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'debian/_buildscripts/local/scripts/create_repo.sh')
-rwxr-xr-x | debian/_buildscripts/local/scripts/create_repo.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/_buildscripts/local/scripts/create_repo.sh b/debian/_buildscripts/local/scripts/create_repo.sh index d374e41c7..1f1e1cb0f 100755 --- a/debian/_buildscripts/local/scripts/create_repo.sh +++ b/debian/_buildscripts/local/scripts/create_repo.sh @@ -4,7 +4,7 @@ # # Load common code and initialization -. ./_build_common.sh +. ./internals/_build_common.sh init_common #---------------------------- |