summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <natanael.copa@gmail.com>2008-05-21 12:56:53 +0000
committerNatanael Copa <natanael.copa@gmail.com>2008-05-21 12:56:53 +0000
commitaefaeaabdf97844be4af137c2eab7f07389c5a29 (patch)
treea93f00f3ed00c91be2f26ec593b768096c756770
parent21ff7de731e8b3d2fa9360446cf1a8786c0501c3 (diff)
downloadacf-gnats-aefaeaabdf97844be4af137c2eab7f07389c5a29.tar.bz2
acf-gnats-aefaeaabdf97844be4af137c2eab7f07389c5a29.tar.xz
make skin a part of DISTFILES
git-svn-id: svn://svn.alpinelinux.org/acf/gnats/trunk@1145 ab2d0c66-481e-0410-8bed-d214d4d58bed
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index d0b27c9..97175dc 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ APP_DIST=\
EXTRA_DIST=README Makefile config.mk
-DISTFILES=$(APP_DIST) $(EXTRA_DIST)
+DISTFILES=$(APP_DIST) $(EXTRA_DIST) skins
TAR=tar
@@ -31,8 +31,7 @@ install:
$(tarball): $(DISTFILES)
rm -rf $(P)
mkdir -p $(P)
- cp $(DISTFILES) $(P)
- cp -r skins $(P)
+ cp -r $(DISTFILES) $(P)
$(TAR) -jcf $@ $(P)
rm -rf $(P)