File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ runstat: runstat.c subprocess.c tempdir.c
2323CFLAGS+ =-Wall -Werror -Wextra -D_XOPEN_SOURCE=500 -g -ansi -pedantic-errors -Wwrite-strings -Wcast-align -Wcast-qual -Winit-self -Wformat=2 -Wuninitialized -Wmissing-declarations -Wpointer-arith -Wstrict-aliasing -fstrict-aliasing
2424LDLIBS+ =-lrt
2525
26- SOURCES = runalarm.c runlock.c runstat.c subprocess.c subprocess.h tempdir.c tempdir.h Makefile runalarm.1 runlock.1 runstat.1 version examples cronutils.spec runcron
26+ SOURCES = runalarm.c runlock.c runstat.c subprocess.c subprocess.h tempdir.c tempdir.h Makefile runalarm.1 runlock.1 runstat.1 version examples cronutils.spec runcron regtest.sh tests
2727
2828prefix = usr/local
2929BINDIR = $(prefix ) /bin
@@ -44,7 +44,7 @@ distclean: clean
4444dist :
4545 rm -rf cronutils-$(VERSION ) cronutils-$(VERSION ) .tar cronutils-$(VERSION ) .tar.gz
4646 mkdir cronutils-$(VERSION )
47- cp $(SOURCES ) cronutils-$(VERSION )
47+ cp -r $(SOURCES ) cronutils-$(VERSION )
4848 tar cf cronutils-$(VERSION ) .tar cronutils-$(VERSION )
4949 gzip -9 cronutils-$(VERSION ) .tar
5050 rm -rf cronutils-$(VERSION )
You can’t perform that action at this time.
0 commit comments