diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-12-28 16:03:20 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-12-28 16:03:20 +0900 |
commit | 8a6758c940b74c9e4d61b44aa4f613794f311642 (patch) | |
tree | 2073bd81dbfc8b9e3945999d49a74025a1e0a653 /debian/_buildscripts/local/93_build_others.sh | |
parent | 3bb0479fc8b6deb1825e63fbe6d560f374c03eb8 (diff) | |
download | tde-packaging-8a6758c940b74c9e4d61b44aa4f613794f311642.tar.gz tde-packaging-8a6758c940b74c9e4d61b44aa4f613794f311642.zip |
DEB build scripts: added support for meta packages.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'debian/_buildscripts/local/93_build_others.sh')
-rwxr-xr-x | debian/_buildscripts/local/93_build_others.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/_buildscripts/local/93_build_others.sh b/debian/_buildscripts/local/93_build_others.sh index 870f22a61..0272604af 100755 --- a/debian/_buildscripts/local/93_build_others.sh +++ b/debian/_buildscripts/local/93_build_others.sh @@ -1,4 +1,5 @@ #!/bin/bash ./10_others_01.sh -./11_others_02.sh
\ No newline at end of file +./11_others_02.sh +./12_meta_packages.sh
\ No newline at end of file |