aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2022-12-19 09:53:07 -0500
committerLibravatar netblue30 <netblue30@protonmail.com>2022-12-19 09:53:07 -0500
commit82299440533f54bd45bd5ec69136233c04028c15 (patch)
tree45a63b633131440f926259cfa556ccc2a7b16987
parentfixes (diff)
downloadfirejail-82299440533f54bd45bd5ec69136233c04028c15.tar.gz
firejail-82299440533f54bd45bd5ec69136233c04028c15.tar.zst
firejail-82299440533f54bd45bd5ec69136233c04028c15.zip
remove make deb and use make deb-apparmor to build packages
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index c5d823cac..cf84b2af1 100644
--- a/Makefile
+++ b/Makefile
@@ -242,9 +242,6 @@ dist: config.mk
242asc: config.mk 242asc: config.mk
243 ./mkasc.sh $(VERSION) 243 ./mkasc.sh $(VERSION)
244 244
245deb: dist config.sh
246 ./mkdeb.sh
247
248deb-apparmor: dist config.sh 245deb-apparmor: dist config.sh
249 ./mkdeb.sh -apparmor --enable-apparmor 246 ./mkdeb.sh -apparmor --enable-apparmor
250 247