]> Pileus Git - ~andy/sunrise/commitdiff
scripts/use_desc_gen.sh: s/python/python2/
authorMike Gilbert <floppym@gentoo.org>
Fri, 16 Mar 2012 16:51:48 +0000 (16:51 +0000)
committerMike Gilbert <floppym@gentoo.org>
Fri, 16 Mar 2012 16:51:48 +0000 (16:51 +0000)
svn path=/sunrise/; revision=12812

scripts/use_desc_gen.sh

index e14dbbd66e9f4dbe2eca39cc6e2c7bcaa503dc78..54f4dc1481d46ecb808ce7c5fabac1bc603e933f 100644 (file)
@@ -41,7 +41,7 @@ echo "" >> /tmp/${pid}.use.local.desc || exit 2
 #grep -v -f /tmp/${pid}.grep "${1}/profiles/use.local.desc" > /tmp/${pid}.new.use
 
 # the secret sauce, append to new use.local.desc
-python scripts/use_desc_gen.py --repo_path "${1}" > /tmp/${pid}.new.use || exit 2
+python2 scripts/use_desc_gen.py --repo_path "${1}" > /tmp/${pid}.new.use || exit 2
 
 # let's keep it sorted: use major category, minor category, and package name
 # as primary, secondary, and tertiary sort keys, respectively