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
commitbb571803d2cce176d5aaab9659733c852bf85b1b (patch)
treec8ae75074e833011bc145f377c9d6d2ba3c60852
parentf66450ca6e62fa29294831177c115daea4c4f4bf (diff)
downloadacf-quagga-bb571803d2cce176d5aaab9659733c852bf85b1b.tar.bz2
acf-quagga-bb571803d2cce176d5aaab9659733c852bf85b1b.tar.xz
use cp -a so dist packages get created properlyv0.2.3
git-svn-id: svn://svn.alpinelinux.org/acf/quagga/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 513ce50..c5e0048 100644
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,7 @@ install:
$(tarball): $(DISTFILES)
rm -rf $(P)
mkdir -p $(P)
- cp $(DISTFILES) $(P)
+ cp -a $(DISTFILES) $(P)
$(TAR) -jcf $@ $(P)
rm -rf $(P)