From a4db2689337d58b260599e994161ae03c0a3ef5d Mon Sep 17 00:00:00 2001 From: French Ben Date: Tue, 13 Sep 2016 13:26:15 -0700 Subject: [PATCH] Remove desktop move --- licensing/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/licensing/Makefile b/licensing/Makefile index 949569ced..e3916a610 100644 --- a/licensing/Makefile +++ b/licensing/Makefile @@ -8,7 +8,6 @@ run: license rm -rf output docker run -it -v /etc:/hostetc -v /usr:/hostusr -v /lib:/lib -v $(PWD)/output:/output license docker run -it --rm -v $(PWD):/licensing debian sh -c "cd /licensing/output && tar --numeric-owner -zcvf /licensing/License.tar.gz *" - mv License.tar.gz ~/Desktop/ clean: rm -rf output