From faeaa58e505a7f8aa1d159b04753da0315e94968 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Mon, 28 Jul 2008 14:26:12 +0000 Subject: use cp -a so dist packages get created properly git-svn-id: svn://svn.alpinelinux.org/acf/alpine-conf/trunk@1346 ab2d0c66-481e-0410-8bed-d214d4d58bed --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index aafe2e7..94e1777 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ install: $(tarball): $(DISTFILES) rm -rf $(P) mkdir -p $(P) - cp $(DISTFILES) $(P) + cp -a $(DISTFILES) $(P) $(TAR) -jcf $@ $(P) rm -rf $(P) -- cgit v1.2.3