summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornima <nima@abc39116-655e-4be6-ad55-d661dc543056>2008-08-06 12:59:03 +0000
committernima <nima@abc39116-655e-4be6-ad55-d661dc543056>2008-08-06 12:59:03 +0000
commit6cb20ba1cabd295bdb5984edbec41e00670959f4 (patch)
treeeec02a125140bed21cb74206368e5a922bed5b76
parent6c0d824bea2f120deec404d8d0b549a4fa7022e3 (diff)
downloadpython-dmidecode-6cb20ba1cabd295bdb5984edbec41e00670959f4.tar.gz
python-dmidecode-6cb20ba1cabd295bdb5984edbec41e00670959f4.tar.xz
python-dmidecode-6cb20ba1cabd295bdb5984edbec41e00670959f4.zip
Removed `sudo'.
git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@59 abc39116-655e-4be6-ad55-d661dc543056
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 9446f97..5062792 100644
--- a/Makefile
+++ b/Makefile
@@ -51,9 +51,9 @@ PROGRAMS != echo dmidecode ; test `uname -m 2>/dev/null` != ia64 && echo biosdec
all : $(PROGRAMS)
module:
- sudo python setup.py clean
+ python setup.py clean
python setup.py build
- sudo python setup.py install
+ python setup.py install
python -c 'import dmidecode'