From 6f2b2570f16cc86b38f3ae24f940912fa2c76b18 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Wed, 17 Dec 2008 16:59:31 +0000 Subject: [PATCH] - some packaging fixes Changed files: fslint.patch -> 1.1 --- fslint.patch | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 fslint.patch diff --git a/fslint.patch b/fslint.patch new file mode 100644 index 0000000..f9daebe --- /dev/null +++ b/fslint.patch @@ -0,0 +1,17 @@ +--- ./fslint-gui~ 2008-12-17 20:40:21.781559667 +0200 ++++ ./fslint-gui 2008-12-17 20:31:15.848440165 +0200 +@@ -1,4 +1,4 @@ +-#!/usr/bin/env python ++#!/usr/bin/python + # vim:fileencoding=utf-8 + # Note both python and vim understand the above encoding declaration + +@@ -381,7 +381,7 @@ + types = ("rpm", "dpkg", "pacman") + for dist in types: + setattr(self, dist, False) +- if os.path.exists("/etc/redhat-release"): ++ if os.path.exists("/etc/pld-release"): + self.rpm = True + elif os.path.exists("/etc/debian_version"): + self.dpkg = True -- 2.43.0