From 6c25bf20b9039513aac252010ebeb99a84562d95 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/snort/trunk@1346 ab2d0c66-481e-0410-8bed-d214d4d58bed --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ddd6193..b311990 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,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