aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f3e8436..6479735 100644
--- a/Makefile
+++ b/Makefile
@@ -8,13 +8,13 @@ version:
echo "version='$(VERSION)'" > version.py
python:
- python setup.py build
+ python3 setup.py build
clean:
-find . -name '*.o' -o -name '*.py[oc]' -o -name '*~' | xargs rm -f
install: all
- python setup.py install --root=$(RPM_BUILD_ROOT)/
+ python3 setup.py install --root=$(RPM_BUILD_ROOT)/
make -C po DESTDIR=$(RPM_BUILD_ROOT)/usr install
install -d $(RPM_BUILD_ROOT)/etc/sysconfig/network-scripts/ifup.d
install -d $(RPM_BUILD_ROOT)/etc/sysconfig/network-scripts/ifdown.d