summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <natanael.copa@gmail.com>2008-07-28 14:26:12 +0000
committerNatanael Copa <natanael.copa@gmail.com>2008-07-28 14:26:12 +0000
commit6c25bf20b9039513aac252010ebeb99a84562d95 (patch)
tree0bb1ef6ea31e5128a6ce8938d1c7e5586ffbb2ed
parent6dee7ba12c4c7125b406ec6a4af16b9a49d0295b (diff)
downloadacf-snort-6c25bf20b9039513aac252010ebeb99a84562d95.tar.bz2
acf-snort-6c25bf20b9039513aac252010ebeb99a84562d95.tar.xz
use cp -a so dist packages get created properlyv0.3.6
git-svn-id: svn://svn.alpinelinux.org/acf/snort/trunk@1346 ab2d0c66-481e-0410-8bed-d214d4d58bed
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)