aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index 0da33544c..e811758e6 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -183,7 +183,7 @@ uninstall:
183 rm -f $(DESTDIR)/$(datarootdir)/bash-completion/completions/firecfg 183 rm -f $(DESTDIR)/$(datarootdir)/bash-completion/completions/firecfg
184 @echo "If you want to install a different version of firejail, you might also need to run 'rm -fr $(DESTDIR)/$(sysconfdir)/firejail', see #2038." 184 @echo "If you want to install a different version of firejail, you might also need to run 'rm -fr $(DESTDIR)/$(sysconfdir)/firejail', see #2038."
185 185
186DISTFILES = "src etc m4 platform contrib configure configure.ac Makefile.in install.sh mkman.sh mketc.sh mkdeb.sh mkdeb-apparmor.sh COPYING README RELNOTES" 186DISTFILES = "src etc m4 platform contrib configure configure.ac Makefile.in install.sh mkman.sh mketc.sh mkdeb.sh.in COPYING README RELNOTES"
187DISTFILES_TEST = "test/apps test/apps-x11 test/apps-x11-xorg test/root test/fcopy test/environment test/profiles test/utils test/compile test/filters test/network test/arguments test/fs test/sysutils test/chroot" 187DISTFILES_TEST = "test/apps test/apps-x11 test/apps-x11-xorg test/root test/fcopy test/environment test/profiles test/utils test/compile test/filters test/network test/arguments test/fs test/sysutils test/chroot"
188 188
189dist: 189dist:
@@ -202,10 +202,10 @@ dist:
202asc:; ./mkasc.sh $(VERSION) 202asc:; ./mkasc.sh $(VERSION)
203 203
204deb: dist 204deb: dist
205 ./mkdeb.sh $(NAME) $(VERSION) 205 ./mkdeb.sh
206 206
207deb-apparmor: dist 207deb-apparmor: dist
208 ./mkdeb-apparmor.sh $(NAME) $(VERSION) 208 ./mkdeb.sh -apparmor
209 209
210test-compile: dist 210test-compile: dist
211 cd test/compile; ./compile.sh $(NAME)-$(VERSION) 211 cd test/compile; ./compile.sh $(NAME)-$(VERSION)