aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-06-28 07:58:20 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-06-28 07:58:20 -0400
commit4ece607b8f833cf0974bcf2a5e41f0504cbbff59 (patch)
tree430665bb64c6e2b893e17ceec2580c98df069534 /Makefile.in
parentcpio, gzip, strings, xzdec (diff)
downloadfirejail-4ece607b8f833cf0974bcf2a5e41f0504cbbff59.tar.gz
firejail-4ece607b8f833cf0974bcf2a5e41f0504cbbff59.tar.zst
firejail-4ece607b8f833cf0974bcf2a5e41f0504cbbff59.zip
sysutils
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index cb166aa33..5204fc34a 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -53,6 +53,7 @@ clean:
53 rm -f test/environment/wget-log* 53 rm -f test/environment/wget-log*
54 rm -fr test/environment/-testdir 54 rm -fr test/environment/-testdir
55 rm -f test/environment/logfile* 55 rm -f test/environment/logfile*
56 rm -f test/sysutils/firejail_t*
56 cd test/compile; ./compile.sh --clean; cd ../.. 57 cd test/compile; ./compile.sh --clean; cd ../..
57 cd test/dist-compile; ./compile.sh --clean; cd ../.. 58 cd test/dist-compile; ./compile.sh --clean; cd ../..
58 59
@@ -213,6 +214,7 @@ realinstall:
213 install -c -m 0644 .etc/gzip.profile $(DESTDIR)/$(sysconfdir)/firejail/. 214 install -c -m 0644 .etc/gzip.profile $(DESTDIR)/$(sysconfdir)/firejail/.
214 install -c -m 0644 .etc/xzdec.profile $(DESTDIR)/$(sysconfdir)/firejail/. 215 install -c -m 0644 .etc/xzdec.profile $(DESTDIR)/$(sysconfdir)/firejail/.
215 install -c -m 0644 .etc/strings.profile $(DESTDIR)/$(sysconfdir)/firejail/. 216 install -c -m 0644 .etc/strings.profile $(DESTDIR)/$(sysconfdir)/firejail/.
217 install -c -m 0644 .etc/xz.profile $(DESTDIR)/$(sysconfdir)/firejail/.
216 sh -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/login.users ]; then install -c -m 0644 etc/login.users $(DESTDIR)/$(sysconfdir)/firejail/.; fi;" 218 sh -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/login.users ]; then install -c -m 0644 etc/login.users $(DESTDIR)/$(sysconfdir)/firejail/.; fi;"
217 install -c -m 0644 etc/firejail.config $(DESTDIR)/$(sysconfdir)/firejail/. 219 install -c -m 0644 etc/firejail.config $(DESTDIR)/$(sysconfdir)/firejail/.
218 rm -fr .etc 220 rm -fr .etc
@@ -327,6 +329,9 @@ test-apps:
327test-apps-x11: 329test-apps-x11:
328 cd test/apps-x11; ./apps-x11.sh | grep TESTING 330 cd test/apps-x11; ./apps-x11.sh | grep TESTING
329 331
332test-sysutils:
333 cd test/sysutils; ./sysutils.sh | grep TESTING
334
330test-utils: 335test-utils:
331 cd test/utils; ./utils.sh | grep TESTING 336 cd test/utils; ./utils.sh | grep TESTING
332 337
@@ -342,5 +347,5 @@ test-network:
342test-fs: 347test-fs:
343 cd test/fs; ./fs.sh | grep TESTING 348 cd test/fs; ./fs.sh | grep TESTING
344 349
345test: test-profiles test-fs test-utils test-environment test-apps test-apps-x11 test-filters 350test: test-profiles test-fs test-utils test-environment test-sysutils test-apps test-apps-x11 test-filters
346 echo "TEST COMPLETE" 351 echo "TEST COMPLETE"