From 462a1dad97db0a1d0832d0022ad2146241104880 Mon Sep 17 00:00:00 2001 From: "Bradley M. Kuhn" Date: Tue, 25 Sep 2018 16:31:54 -0700 Subject: [PATCH] Fix build issues. --- presentations/non-copyright-systems/Makefile | 2 +- presentations/non-copyright-systems/pres-cmd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/presentations/non-copyright-systems/Makefile b/presentations/non-copyright-systems/Makefile index 4fc50f3..f3e6af7 100644 --- a/presentations/non-copyright-systems/Makefile +++ b/presentations/non-copyright-systems/Makefile @@ -4,7 +4,7 @@ # an environment variable before you type make. ifndef PRESENTATION_BASE -PRESENTATION_BASE=ccs-examples +PRESENTATION_BASE=non-copyright endif DO_INCREMENTAL_POINTS = -i -s diff --git a/presentations/non-copyright-systems/pres-cmd b/presentations/non-copyright-systems/pres-cmd index 4aba501..0487a75 100755 --- a/presentations/non-copyright-systems/pres-cmd +++ b/presentations/non-copyright-systems/pres-cmd @@ -1,6 +1,6 @@ #!/bin/sh -talk=half-day-gpl/ccs-examples +talk=half-day-gpl/non-copyright rsync -HavP ./ /home/pres/$talk/ rm -rf /home/pres/$talk/ui