From d62b86224f1f4697c5c2a31d2cb0ad8b789fe1a9 Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Mon, 22 Sep 2014 16:07:39 -0300 Subject: Use python2.7 instead of python2. The binary `python2` is not present on Debian systems. The common denominator for Ubuntu, Debian, Arch is `python2.7` Related to #6048. --- pkg/linux/bitmask-root | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/linux/bitmask-root') diff --git a/pkg/linux/bitmask-root b/pkg/linux/bitmask-root index 767dcc38..ee195e3b 100755 --- a/pkg/linux/bitmask-root +++ b/pkg/linux/bitmask-root @@ -1,4 +1,4 @@ -#!/usr/bin/python2 +#!/usr/bin/python2.7 # -*- coding: utf-8 -*- # # Copyright (C) 2014 LEAP -- cgit v1.2.3