aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-04-28 21:02:45 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-04-28 21:02:45 -0400
commit32bb5d61c0b465c206967181e9adea1ca50657c8 (patch)
tree8318695f52076e31d88db88975f9b8056f1fef0d /Makefile.in
parentremoved pwd from test/profiles (diff)
downloadfirejail-32bb5d61c0b465c206967181e9adea1ca50657c8.tar.gz
firejail-32bb5d61c0b465c206967181e9adea1ca50657c8.tar.zst
firejail-32bb5d61c0b465c206967181e9adea1ca50657c8.zip
fix make dist
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index b80dbe15b..44b5cec83 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -249,7 +249,7 @@ dist:
249 cd $(NAME)-$(VERSION); mkdir -p test; cp -a ../test/apps test/.; cd .. 249 cd $(NAME)-$(VERSION); mkdir -p test; cp -a ../test/apps test/.; cd ..
250 cd $(NAME)-$(VERSION); mkdir -p test; cp -a ../test/utils test/.; cd .. 250 cd $(NAME)-$(VERSION); mkdir -p test; cp -a ../test/utils test/.; cd ..
251 cd $(NAME)-$(VERSION); mkdir -p test; cp -a ../test/apps-x11 test/.; cd .. 251 cd $(NAME)-$(VERSION); mkdir -p test; cp -a ../test/apps-x11 test/.; cd ..
252 cd $(NAME)-$(VERSION); mkdir -p test; cp -a ../test/firemon test/.; cd .. 252 cd $(NAME)-$(VERSION); mkdir -p test; cp -a ../test/environment test/.; cd ..
253 cd $(NAME)-$(VERSION); mkdir -p test; cp -a ../test/compile test/.; cd .. 253 cd $(NAME)-$(VERSION); mkdir -p test; cp -a ../test/compile test/.; cd ..
254 cd $(NAME)-$(VERSION); mkdir -p test; cp -a ../test/dist-compile test/.; cd .. 254 cd $(NAME)-$(VERSION); mkdir -p test; cp -a ../test/dist-compile test/.; cd ..
255 cd $(NAME)-$(VERSION); rm -fr `find . -name .svn`; rm -fr $(NAME)-$(VERSION); cd .. 255 cd $(NAME)-$(VERSION); rm -fr `find . -name .svn`; rm -fr $(NAME)-$(VERSION); cd ..