aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorastokes <astokes@ef72aa8b-4018-0410-8976-d6e080ef94d8>2008-12-19 16:22:49 +0000
committerastokes <astokes@ef72aa8b-4018-0410-8976-d6e080ef94d8>2008-12-19 16:22:49 +0000
commit3d1b807cf1d12fafc50b1effe46947c96272943e (patch)
tree8fbd14e91761890b4fd0d5a58414470f7c874487 /src/Makefile
parent9cae97215665ca7e6e69cab99286cdec3b2f2054 (diff)
downloadsos-3d1b807cf1d12fafc50b1effe46947c96272943e.tar.gz
- mainly changes to the building process of sos
- altered spec file to conform to fedora guidelines git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@546 ef72aa8b-4018-0410-8976-d6e080ef94d8
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index fae3f476..1fd60c81 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -28,7 +28,7 @@ tarball: clean mo gpgkey
@python setup.py sdist -d $(TMPDIR)
@cp {$(SOURCE1),$(SOURCE2),$(SOURCE3)} $(TMPDIR)
@mkdir $(PWD)/dist
- @mv $(TMPDIR)/* $(PWD)/dist
+ @cp $(TMPDIR)/* $(PWD)/dist
@echo " "
@echo "The final archive is $(PWD)/dist/"