diff options
author | Nikolaus Schulz <microschulz@web.de> | 2006-10-14 20:30:14 +0000 |
---|---|---|
committer | Nikolaus Schulz <microschulz@web.de> | 2006-10-14 20:30:14 +0000 |
commit | a121b1c1d35c91803df1c236a9db1bca0c6677a6 (patch) | |
tree | c8ce09e34fc4f7ee797c6eda043c36ec4040a8b9 | |
parent | eb2b4a64f924bbeadb0491e488e2651e0bb295c9 (diff) | |
download | archivemail-a121b1c1d35c91803df1c236a9db1bca0c6677a6.tar.gz archivemail-a121b1c1d35c91803df1c236a9db1bca0c6677a6.tar.bz2 archivemail-a121b1c1d35c91803df1c236a9db1bca0c6677a6.zip |
Drop fakeroot from sdist rule. Not needed, Debian-specific.
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |