summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-04-19 08:54:04 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-04-19 08:54:04 -0400
commit7cc1fa0d7e572b7e9417f011509c4cf6d719dd9b (patch)
tree4b67180ad1b1f00d7b225a616ea1f77ccd5c601e /Makefile.in
parentMerge branch 'master' of https://github.com/netblue30/firejail (diff)
downloadfirejail-7cc1fa0d7e572b7e9417f011509c4cf6d719dd9b.tar.gz
firejail-7cc1fa0d7e572b7e9417f011509c4cf6d719dd9b.tar.zst
firejail-7cc1fa0d7e572b7e9417f011509c4cf6d719dd9b.zip
google-play-music-desktop-player.profile
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index c15ecd7dd..dfeea565b 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -171,6 +171,7 @@ realinstall:
171 install -c -m 0644 .etc/gpredict.profile $(DESTDIR)/$(sysconfdir)/firejail/. 171 install -c -m 0644 .etc/gpredict.profile $(DESTDIR)/$(sysconfdir)/firejail/.
172 install -c -m 0644 .etc/aweather.profile $(DESTDIR)/$(sysconfdir)/firejail/. 172 install -c -m 0644 .etc/aweather.profile $(DESTDIR)/$(sysconfdir)/firejail/.
173 install -c -m 0644 .etc/stellarium.profile $(DESTDIR)/$(sysconfdir)/firejail/. 173 install -c -m 0644 .etc/stellarium.profile $(DESTDIR)/$(sysconfdir)/firejail/.
174 install -c -m 0644 .etc/google-play-music-desktop-player.profile $(DESTDIR)/$(sysconfdir)/firejail/.
174 sh -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/login.users ]; then install -c -m 0644 etc/login.users $(DESTDIR)/$(sysconfdir)/firejail/.; fi;" 175 sh -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/login.users ]; then install -c -m 0644 etc/login.users $(DESTDIR)/$(sysconfdir)/firejail/.; fi;"
175 sh -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/firejail.config ]; then install -c -m 0644 etc/firejail.config $(DESTDIR)/$(sysconfdir)/firejail/.; fi;" 176 sh -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/firejail.config ]; then install -c -m 0644 etc/firejail.config $(DESTDIR)/$(sysconfdir)/firejail/.; fi;"
176 rm -fr .etc 177 rm -fr .etc