blob: c8ca2a6ea7cefb4fd2de450f4843c2f5eff65ddb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-recipes_mojegotowanie.recipe,v 1.1 2014/04/17 13:01:13 wiz Exp $
Fix shebang line.
--- recipes/mojegotowanie.recipe.orig 2014-04-11 02:51:32.000000000 +0000
+++ recipes/mojegotowanie.recipe
@@ -1,4 +1,4 @@
-#!usr/bin/env python
+#!/usr/bin/env python
__license__ = 'GPL v3'
__copyright__ = 'MrStefan, teepel'
|