summaryrefslogtreecommitdiff
path: root/scripts/package-build/aws-gwlbtun
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/package-build/aws-gwlbtun')
-rw-r--r--scripts/package-build/aws-gwlbtun/.gitignore9
-rw-r--r--scripts/package-build/aws-gwlbtun/package.toml5
2 files changed, 6 insertions, 8 deletions
diff --git a/scripts/package-build/aws-gwlbtun/.gitignore b/scripts/package-build/aws-gwlbtun/.gitignore
index 0fe7946f..dab49f62 100644
--- a/scripts/package-build/aws-gwlbtun/.gitignore
+++ b/scripts/package-build/aws-gwlbtun/.gitignore
@@ -1,8 +1 @@
-aws-gwlbtun*/
-*.tar.gz
-*.tar.xz
-*.deb
-*.dsc
-*.buildinfo
-*.build
-*.changes \ No newline at end of file
+/aws-gwlbtun*/
diff --git a/scripts/package-build/aws-gwlbtun/package.toml b/scripts/package-build/aws-gwlbtun/package.toml
index 1c4e53f6..138a5a76 100644
--- a/scripts/package-build/aws-gwlbtun/package.toml
+++ b/scripts/package-build/aws-gwlbtun/package.toml
@@ -57,3 +57,8 @@ chmod +x debian/rules
debuild -us -uc -b
'''
## Build cmd end
+
+[dependencies]
+packages = [
+ "cmake"
+]