commit 9fbdef5a19e2baa94fed2e4fa0205239bbd810f2
parent e2c8fbe695590c846573a3461798dac35254b6fa
Author: sin <sin@2f30.org>
Date: Wed, 26 Oct 2016 11:49:23 +0100
Include mpd patch in dist
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
@@ -2,7 +2,7 @@ VERSION = 0.1
CPPFLAGS = -DDEBUG
CFLAGS = -Wall -g
LDLIBS = -lsndio -lcurses -lm
-DISTFILES = arg.h mixerd.c ncmixerc.c proto.h LICENSE Makefile README
+DISTFILES = arg.h mixerd.c ncmixerc.c proto.h LICENSE Makefile README patches
NCMIXERC_OBJ = ncmixerc.o
NCMIXERC_BIN = ncmixerc
MIXERD_OBJ = mixerd.o
@@ -15,7 +15,7 @@ MIXERD_BIN: $(MIXERD_OBJ)
dist:
mkdir -p ncmixer-$(VERSION)
- cp $(DISTFILES) ncmixer-$(VERSION)
+ cp -r $(DISTFILES) ncmixer-$(VERSION)
tar -cf ncmixer-$(VERSION).tar ncmixer-$(VERSION)
gzip ncmixer-$(VERSION).tar
rm -rf ncmixer-$(VERSION)