aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNikolaus Schulz <microschulz@web.de>2006-10-14 20:30:14 +0000
committerNikolaus Schulz <microschulz@web.de>2006-10-14 20:30:14 +0000
commita121b1c1d35c91803df1c236a9db1bca0c6677a6 (patch)
treec8ce09e34fc4f7ee797c6eda043c36ec4040a8b9 /Makefile
parenteb2b4a64f924bbeadb0491e488e2651e0bb295c9 (diff)
downloadarchivemail-a121b1c1d35c91803df1c236a9db1bca0c6677a6.tar.gz
archivemail-a121b1c1d35c91803df1c236a9db1bca0c6677a6.tar.bz2
archivemail-a121b1c1d35c91803df1c236a9db1bca0c6677a6.zip
Drop fakeroot from sdist rule. Not needed, Debian-specific.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3589ca9..a4a8a05 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ clobber: clean
sdist: clobber doc
cp archivemail.py archivemail
- fakeroot python setup.py sdist
+ python setup.py sdist
rm archivemail
bdist_rpm: clobber doc