Fix build issues.

This commit is contained in:
Bradley M. Kuhn 2018-09-25 16:31:54 -07:00
parent 01d2164017
commit 7c2266b966
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@
# an environment variable before you type make. # an environment variable before you type make.
ifndef PRESENTATION_BASE ifndef PRESENTATION_BASE
PRESENTATION_BASE=ccs-examples PRESENTATION_BASE=non-copyright
endif endif
DO_INCREMENTAL_POINTS = -i -s DO_INCREMENTAL_POINTS = -i -s

View file

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
talk=half-day-gpl/ccs-examples talk=half-day-gpl/non-copyright
rsync -HavP ./ /home/pres/$talk/ rsync -HavP ./ /home/pres/$talk/
rm -rf /home/pres/$talk/ui rm -rf /home/pres/$talk/ui