diff options
| author | Natanael Copa <natanael.copa@gmail.com> | 2008-07-28 14:26:12 +0000 |
|---|---|---|
| committer | Natanael Copa <natanael.copa@gmail.com> | 2008-07-28 14:26:12 +0000 |
| commit | bb571803d2cce176d5aaab9659733c852bf85b1b (patch) | |
| tree | c8ae75074e833011bc145f377c9d6d2ba3c60852 | |
| parent | f66450ca6e62fa29294831177c115daea4c4f4bf (diff) | |
| download | acf-quagga-0.2.3.tar.bz2 acf-quagga-0.2.3.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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
