CRUX-ARM :
Home
Home
::
Documentation
::
Download
::
Development
::
Community
::
Ports
::
Packages
::
Bugs
::
Links
::
About
::
Donors
development
/
pkgutils-cross.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3309e1f
)
Don't tar up the .git directory.
author
Tilman Sauerbeck
<tilman@crux.nu>
Tue, 14 Nov 2006 21:13:16 +0000
(22:13 +0100)
committer
Tilman Sauerbeck
<tilman@crux.nu>
Tue, 14 Nov 2006 21:13:16 +0000
(22:13 +0100)
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/Makefile
index 0b1c5d9ba1706f7c4802727c01a869e13dcdb11e..5c1881c71fdecb2e4a09c5b159002a9e4b27d832 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-82,7
+82,7
@@
dist: distclean
mkdir -p /tmp/pkgutils-$(VERSION)
git-log > ChangeLog
cp -rf . /tmp/pkgutils-$(VERSION)
- tar -C /tmp --exclude .
svn
-czvf ../pkgutils-$(VERSION).tar.gz pkgutils-$(VERSION)
+ tar -C /tmp --exclude .
git
-czvf ../pkgutils-$(VERSION).tar.gz pkgutils-$(VERSION)
rm -rf /tmp/pkgutils-$(VERSION)
install: all