summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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'