summaryrefslogtreecommitdiffstats
path: root/Makefile
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
commit795b005857369fd9d7464c003d1707edac07bf21 (patch)
tree4b71eb7e5e04ec5a713d01971eb03fecd5e66748 /Makefile
parent6f1be78a3c1f9fbd69d40fcad4c7d7a90df1cf3c (diff)
downloadacf-openssh-795b005857369fd9d7464c003d1707edac07bf21.tar.bz2
acf-openssh-795b005857369fd9d7464c003d1707edac07bf21.tar.xz
use cp -a so dist packages get created properly
git-svn-id: svn://svn.alpinelinux.org/acf/openssh/trunk@1346 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8dbbbed..a256987 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)