summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-09-17 15:14:28 +0000
committerThierry Vignaud <tv@mandriva.org>2008-09-17 15:14:28 +0000
commit7af417ccb22c10a613b2cc518e82affbd533684f (patch)
tree47ba192276dc1c56979668ef4d91d8330baee36a /Makefile
parentbc1d1a4f9f875dbf870b7695df0f2242459147ec (diff)
downloaddrakpxelinux-7af417ccb22c10a613b2cc518e82affbd533684f.tar
drakpxelinux-7af417ccb22c10a613b2cc518e82affbd533684f.tar.gz
drakpxelinux-7af417ccb22c10a613b2cc518e82affbd533684f.tar.bz2
drakpxelinux-7af417ccb22c10a613b2cc518e82affbd533684f.tar.xz
drakpxelinux-7af417ccb22c10a613b2cc518e82affbd533684f.zip
(tar) no need to do the copy, localdist already dit it for us
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 56fd74d..c09a4ae 100644
--- a/Makefile
+++ b/Makefile
@@ -46,8 +46,6 @@ localcopy:
find . -not -name "$(PACKAGE)-$(VERSION)"|cpio -pd $(PACKAGE)-$(VERSION)/
tar:
- mkdir ../$(PACKAGE)-$(VERSION)
- cp -a * ../$(PACKAGE)-$(VERSION)
tar cfj $(PACKAGE)-$(VERSION).tar.bz2 --exclude-vcs ../$(PACKAGE)-$(VERSION)
rm -rf ../$(PACKAGE)-$(VERSION)